尝试安装时出现问题

尝试安装时出现问题

当我尝试在终端中安装任何程序时,我发现了同样的问题。如果我尝试从 ubuntu 软件安装它,它无法启动

这是我在终端上发现的:

mz@mz-32:~$ sudo apt-get -f install lmms
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:
 linux-image-extra-4.4.0-83-generic : Depends: linux-image-4.4.0-83-generic but it is not going to be installed
 lmms : Depends: lmms-common (>= 1.1.3-1build1) but it is not going to be installed
        Depends: libstk-4.5.0 but it is not going to be installed
        Depends: stk but it is not going to be installed
        Recommends: tap-plugins but it is not going to be installed
        Recommends: caps but it is not going to be installed
N: Ignoring file '50unattended-upgrades.ucf-old' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答案1

当你收到一条消息E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

仅运行此命令

sudo apt-get -f install

相关内容