Debian Wheezy:启动程序时未满足的依赖关系

Debian Wheezy:启动程序时未满足的依赖关系

我正在尝试运行一个程序,它告诉我它需要以下包:

libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386

此后,我收到此错误消息:

The following packages have unmet dependencies:
libc6:i386 : Depends: libgcc1:i386 but it is not going to be installed
libgl1-mesa-dri:i386 : Depends: libdrm-intel1:i386 (>= 2.4.27) but it is not going to be installed
                       Depends: libdrm-nouveau1a:i386 (>= 2.4.23) but it is not going to be installed
                       Depends: libdrm-radeon1:i386 (>= 2.4.17) but it is not going to be installed
                       Depends: libdrm2:i386 (>= 2.4.3) but it is not going to be installed
                       Depends: libexpat1:i386 (>= 2.0.1) but it is not going to be installed
                       Depends: libffi5:i386 (>= 3.0.4) but it is not going to be installed
                       Depends: libgcc1:i386 (>= 1:4.1.1) but it is not going to be installed
                       Depends: libstdc++6:i386 (>= 4.6) but it is not going to be installed
libgl1-mesa-glx:i386 : Depends: libdrm2:i386 (>= 2.3.1) but it is not going to be installed
                       Depends: libgcc1:i386 (>= 1:4.1.1) but it is not going to be installed
                       Depends: libglapi-mesa:i386 (= 8.0.5-4+deb7u2) but it is not going to be installed
                       Depends: libstdc++6:i386 (>= 4.1.1) but it is not going to be installed
                       Depends: libx11-6:i386 (>= 2:1.4.99.1) but it is not going to be installed
                       Depends: libx11-xcb1:i386 but it is not going to be installed
                       Depends: libxcb-glx0:i386 (>= 1.8) but it is not going to be installed
                       Depends: libxcb1:i386 but it is not going to be installed
                       Depends: libxdamage1:i386 (>= 1:1.1) but it is not going to be installed
                       Depends: libxext6:i386 but it is not going to be installed
                       Depends: libxfixes3:i386 but it is not going to be installed
                       Depends: libxxf86vm1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

我已经尝试过的命令:

apt-get update && apt-get upgrade
apt-get -f install
apt-get dist-upgrade

相关内容