无法安装任何包或软件

无法安装任何包或软件

我是 Ubuntu 的新用户。目前,我的电脑上运行的是 Ubuntu 14.04 32 位。最近,我在使用终端安装任何软件或软件包时遇到了问题。我也尝试过以下代码来解决这个问题,但失败了...

  sudo apt-get autoclean
  sudo apt-get clean

所以它看起来是这样的......

sajal@sajal-945GCMX-S2:~$ sudo apt-get install aircrack-ng
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 aircrack-ng : Depends: libc6 (>= 2.15) but it is not going to be installed
               Depends: libgcrypt11 (>= 1.4.5) but it is not going to be installed
               Depends: libsqlite3-0 (>= 3.5.9) but it is not going to be installed
               Depends: zlib1g (>= 1:1.1.4) but it is not going to be installed
               Depends: wireless-tools but it is not going to be installed
               Depends: iw but it is not going to be installed
               Recommends: wget but it is not going to be installed
 minitube : Depends: libc6 (>= 2.3.6-6~) but it is not going to be installed
            Depends: libgcc1 (>= 1:4.1.1) but it is not going to be installed
            Depends: libphonon4 (>= 4:4.2.0) but it is not going to be installed
            Depends: libqt4-dbus (>= 4:4.5.3) but it is not going to be installed
            Depends: libqt4-network (>= 4:4.5.3) but it is not going to be installed
            Depends: libqt4-script (>= 4:4.5.3) but it is not going to be installed
            Depends: libqt4-sql (>= 4:4.5.3) but it is not going to be installed
            Depends: libqtcore4 (>= 4:4.8.0) but it is not going to be installed
            Depends: libqtgui4 (>= 4:4.8.0) but it is not going to be installed
            Depends: libstdc++6 (>= 4.2.1) but it is not going to be installed
            Depends: phonon but it is not going to be installed
            Depends: phonon-backend-gstreamer but it is not going to be installed or
                     phonon-backend
            Depends: dbus-x11 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)

请在这件事上给予我帮助........

答案1

确保您已启用 Universe 存储库。

在此处输入图片描述 这个答案已经详细讨论过了这里

相关内容