虚拟机linux系统忘记密码修改root或其他用户密码的方法

无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系

https://blog.csdn.net/weixin_43846270/article/details/103779781

解决方法一

安装指定版本的被依赖包

sudo apt-get install libc6-dev-x32 >= 2.11

解决方法二

使用aptitude进行安装,aptitude 会对依赖关系进行智能处理

sudo apt-get install aptitude
sudo aptitude install

安装 aptitude
使用 aptitude 安装包