我已经检查了更新管理器,它显示了一些无用软件的一些简单的更新,这也是没有安装和给消息的坏包,它是恼怒我与相同的消息。
它在运行后给了我这个命令sudo apt-get install -f,它说:
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
openjdk-7-jre-lib
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
libfuse2:i386
The following NEW packages will be installed:
libfuse2:i386
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/138 kB of archives.
After this operation, 323 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 236898 files and directories currently installed.)
Unpacking libfuse2:i386 (from .../libfuse2_2.9.0-1ubuntu3_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libfuse2_2.9.0-1ubuntu3_i386.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libfuse2/Makefile.gz', which is different from other instances of package libfuse2:i386
Errors were encountered while processing:
/var/cache/apt/archives/libfuse2_2.9.0-1ubuntu3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)发布于 2014-03-01 18:43:30
1-按照命令输出中的指示运行apt-get autoremove
2-遵循https://help.ubuntu.com/community/SaucyUpgrades中的步骤
3-您可能需要下载13.10 ISO;插入时将其刻录到DVD上;您的系统将添加更新源并从它处理升级(我认为最好是断开Internet连接,以便迫使更新管理器不要在线进行任何存储库检查。
https://askubuntu.com/questions/428056
复制相似问题