我尝试在Debian Wheezy上安装几个Ubuntu软件包,但是失败了,现在我的软件包坏了。
问题是,运行apt-get -f install
也会失败,并显示以下错误:
Preparing to replace libqtwebkit4:amd64 2.2.1-1ubuntu4 (using .../libqtwebkit4_2.2.1-5_amd64.deb) ...
Unpacking replacement libqtwebkit4:amd64 ...
dpkg: error processing /var/cache/apt/archives/libqtwebkit4_2.2.1-5_amd64.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libqtwebkit4/changelog.Debian.gz', which is different from other instances of package libqtwebkit4:amd64
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
似乎在抱怨要覆盖某些文件。我应该尝试删除或移动那些文件吗?