um problema ao tentar instalar

1

quando eu tento instalar qualquer programa no terminal eu encontrei o mesmo problema como este. e se eu tentar instalá-lo a partir do software ubuntu ele não consegue iniciar

e isso que eu encontrei no terminal:

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).
    
por Mohamad Zbib 04.07.2017 / 22:21

1 resposta

0

Quando você recebe uma mensagem E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Execute apenas este comando

sudo apt-get -f install
    
por lewis4u 04.07.2017 / 22:37