相关疑难解决方法(0)

无法纠正问题,您持有破损的包裹

从 10.04 升级到 12.04 后,我尝试安装不同的软件包。例如 ia32-libs 和 Skype (4.0)。

尝试安装这些时,我收到“无法纠正问题,您保存了损坏的软件包”错误消息。

命令的输出:

sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)

运行后:

sudo dpkg --configure -a
foo@foo:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)

apt

315
推荐指数
9
解决办法
103万
查看次数

E:无法纠正问题,您持有破损的包裹

我正在使用几天前安装的 Ubuntu 13.04。我正在尝试安装nodejsnpm. 我尝试先从命令行安装,然后卸载它。然后东西坏了。

sudo apt-get install -f nodejs npm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nodejs …
Run Code Online (Sandbox Code Playgroud)

package-management apt

151
推荐指数
3
解决办法
48万
查看次数

标签 统计

apt ×2

package-management ×1