【发布时间】:2016-03-24 19:02:33
【问题描述】:
在这种情况下如何修复未满足的依赖关系?我关注了很多要求我执行以下操作的文章。但没有任何效果!我不明白如何手动解决问题。
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get -f install
什么都没有发生!我仍然得到错误。
sudo dpkg --configure -a
sudo apt-get -f install
还是同样的错误!
The following extra packages will be installed:
libstdc++6-armhf-cross
The following packages will be upgraded:
libstdc++6-armhf-cross
1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
4 not fully installed or removed.
Need to get 0 B/210 kB of archives.
After this operation, 77.8 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 519436 files and directories currently installed.)
Preparing to unpack .../libstdc++6-armhf-cross_4.8.4-2ubuntu1~14.04.1cross0.11.1_all.deb ...
Unpacking libstdc++6-armhf-cross (4.8.4-2ubuntu1~14.04.1cross0.11.1) over (4.8.2-16ubuntu4cross0.11) ...
dpkg: error processing archive /var/cache/apt/archives/libstdc++6-armhf-cross_4.8.4-2ubuntu1~14.04.1cross0.11.1_all.deb (--unpack):
trying to overwrite '/usr/share/gcc-4.8/python/libstdcxx/__init__.py', which is also in package libstdc++6:i386 4.8.4-2ubuntu1~14.04.1
Errors were encountered while processing:
/var/cache/apt/archives/libstdc++6-armhf-cross_4.8.4-2ubuntu1~14.04.1cross0.11.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
谁能帮我弄清楚如何解决这个问题?我需要安装一些包,这个错误不允许我安装它!
【问题讨论】:
标签: dependencies ubuntu-14.04 apt