当我试图从Ubuntu中心或Synaptic下载一些软件时,包操作失败了.

怎么解决这个问题?
编辑:
我试着安装这个游戏:

以下是安装的详细信息:
installArchives() failed: Selecting previously deselected package libbulletml0d2.
(Reading database ... 100%
(Reading database ... 239257 files and directories currently installed.)
Unpacking libbulletml0d2 (from .../libbulletml0d2_0.0.6-4_i386.deb) ...
Selecting previously deselected package tumiki-fighters-data.
Unpacking tumiki-fighters-data (from .../tumiki-fighters-data_0.2.dfsg1-4_all.deb) ...
Selecting previously deselected package tumiki-fighters.
Unpacking tumiki-fighters (from .../tumiki-fighters_0.2.dfsg1-4_i386.deb) ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.UTF8.cache...
Processing triggers for menu ...
Processing triggers for man-db ...
Processing triggers for python-support ...
Setting up plymouth-theme-mib-ubuntu (0.5.0-2) ...
update-alternatives: error: alternative path /lib/plymouth/themes/MIB-Ubuntu/MIB-Ubuntu.plymouth doesn't exist.
dpkg: error processing plymouth-theme-mib-ubuntu (--configure):
subprocess installed post-installation script returned error exit status 2
Setting up libbulletml0d2 (0.0.6-4) ...
Setting up tumiki-fighters-data (0.2.dfsg1-4) ...
Setting up tumiki-fighters (0.2.dfsg1-4) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
Errors were encountered while processing:
plymouth-theme-mib-ubuntu
Setting up plymouth-theme-mib-ubuntu (0.5.0-2) ...
update-alternatives: error: alternative path /lib/plymouth/themes/MIB-Ubuntu/MIB-Ubuntu.plymouth doesn't exist.
dpkg: error processing plymouth-theme-mib-ubuntu (--configure):
subprocess installed post-installation script returned error exit status 2发布于 2011-11-12 14:44:10
至少对我来说,这是可行的:
sudo apt-get --purge remove plymouth-theme-mib-ubuntu如果没有,请尝试如下:
sudo dpkg --remove -force --force-remove-reinstreq plymouth-theme-mib-ubuntu在此之后,您可以用以下方法重新安装:
sudo apt-get install --reinstall plymouth-theme-mib-ubuntu并确保所有包都符合此检查要求:
sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove我目前使用的是UbuntuLuci10.04LTS,内核为2.6.38。
发布于 2011-08-19 00:53:01
不能保证工作,但这是值得一试的;删除外壳终端并键入:
sudo apt-get -f install这将尝试在给定包失败后修复任何包依赖项。已经帮了我90%的忙。
发布于 2013-08-18 11:27:51
其实这根本不是问题。为什么?我已经得到了这个错误很多次,这不是一个问题的安装。这只是系统在更新图书馆时发出的一个错误。
我通常只是忽略这个问题,因为我下载的应用程序已经安装好了。在你的系统上搜索它,我敢打赌它已经安装好了。
否则,使用代码:
数都-得到-清除普利茅斯-主题-mib-ubuntu
为我工作,虽然我失去了MIB普利茅斯的主题,这是我现在甚至不使用。重要的事!
https://askubuntu.com/questions/54851
复制相似问题