kvi*_*zii 4 software-center software-installation
当我尝试从 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
Run Code Online (Sandbox Code Playgroud)
小智 5
这将起作用,至少对我而言:
sudo apt-get --purge remove plymouth-theme-mib-ubuntu
Run Code Online (Sandbox Code Playgroud)
如果没有,试试这个:
sudo dpkg --remove -force --force-remove-reinstreq plymouth-theme-mib-ubuntu
Run Code Online (Sandbox Code Playgroud)
之后,您可以使用以下命令重新安装它:
sudo apt-get install --reinstall plymouth-theme-mib-ubuntu
Run Code Online (Sandbox Code Playgroud)
并通过此检查确保所有包都正常:
sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove
Run Code Online (Sandbox Code Playgroud)
我目前使用 Ubuntu Lucid 10.04 LTS,内核为 2.6.38。