dpkg está travando no Ubuntu 16.04.1

1

Eu tenho um problema com o dpkg quando tento instalar qualquer pacote.

Aqui está a saída do registro:

➜  LC_MESSAGES=C sudo apt install tree
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  tree
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/40,6 kB of archives.
After this operation, 138 kB of additional disk space will be used.
Selecting previously unselected package tree.
dpkg: unrecoverable fatal error, aborting:
 files list file for package 'libvo-aacenc0:amd64' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)
➜   
    
por Игорь Левченко 02.02.2017 / 10:37

1 resposta

2

Experimente:

sudo rm /var/lib/dpkg/info/libvo-aacenc0*
sudo apt-get install libvo-aacenc0 --reinstall
    
por 13dimitar 02.02.2017 / 11:00