Aviso de instalação ou falha

0

Quando eu quero instalar o nvidia-355 eu recebo;

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nvidia-355 : Depends: xorg-video-abi-11 but it is not installable or
                   xorg-video-abi-12 but it is not installable or
                   xorg-video-abi-13 but it is not installable or
                   xorg-video-abi-14 but it is not installable or
                   xorg-video-abi-15 but it is not installable or
                   xorg-video-abi-18 but it is not installable or
                   xorg-video-abi-19 but it is not installable
          Recommends: libcuda1-355 but it is not going to be installed
          Recommends: nvidia-opencl-icd-355 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: Unable to correct problems, you have held broken packages.

Sempre que eu quiser atualizar ou instalar algo, sempre obtenho

N: Ignoring file '50unattended-upgrades.ucf-old' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension

alguma ideia para resolver isso?

    
por Alp 08.12.2016 / 19:42

1 resposta

0

Como qualquer um dos apt , apt-get ou other que você usou com êxito Ignorou o arquivo, pode-se inferir que ele não Use o arquivo.

Portanto, você pode movê-lo para outro lugar para análise:

sudo mv --target-directory=/tmp /etc/apt/apt.conf.d/50unattended-upgrades.ucf-old

Ou simplesmente exclua:

sudo rm /etc/apt/apt.conf.d/50unattended-upgrades.ucf-old
    
por waltinator 08.12.2016 / 20:29