【发布时间】:2020-02-20 06:45:58
【问题描述】:
我使用的是 Ubuntu 18.04。当我尝试时
sudo apt-get upgrade
我收到以下错误:
dpkg: dependency problems prevent configuration of ibverbs-providers:i386:
ibverbs-providers:amd64 (17.1-1ubuntu0.2) breaks libcxgb3-1 and is installed.
ibverbs-providers:i386 (17.1-1ubuntu0.2) provides libcxgb3-1.
ibverbs-providers:amd64 (17.1-1ubuntu0.2) breaks libipathverbs1 and is installed.
ibverbs-providers:i386 (17.1-1ubuntu0.2) provides libipathverbs1.
ibverbs-providers:amd64 (17.1-1ubuntu0.2) breaks libmlx4-1 and is installed.
ibverbs-providers:i386 (17.1-1ubuntu0.2) provides libmlx4-1.
ibverbs-providers:amd64 (17.1-1ubuntu0.2) breaks libmlx5-1 and is installed.
ibverbs-providers:i386 (17.1-1ubuntu0.2) provides libmlx5-1.
ibverbs-providers:amd64 (17.1-1ubuntu0.2) breaks libmthca1 and is installed.
ibverbs-providers:i386 (17.1-1ubuntu0.2) provides libmthca1.
ibverbs-providers:amd64 (17.1-1ubuntu0.2) breaks libnes1 and is installed.
ibverbs-providers:i386 (17.1-1ubuntu0.2) provides libnes1.
dpkg: error processing package ibverbs-providers:i386 (--configure):
dependencNo apport report written because the error message indicates its a followup error from a previous failure.
y problems - leaving unconfigured
Errors were encountered while processing:
ibverbs-providers:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)
我无法升级任何东西。
【问题讨论】:
-
我通过删除 ibverbs-providers 解决了这个问题,然后
apt autoremove删除了未使用的依赖项,然后重新安装它。如果任何其他包依赖于它们,它们将不会被删除。
标签: ubuntu upgrade ubuntu-18.04 dpkg