Erro no gerenciador de pacotes, não consigo instalar novos pacotes

0

Ao tentar instalar qualquer pacote, recebo o seguinte erro, estou usando o linux mint

sudo apt-get install gtk-recordmydesktop

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  recordmydesktop
The following NEW packages will be installed
  gtk-recordmydesktop recordmydesktop
0 to upgrade, 2 to newly install, 0 to remove and 63 not to upgrade.
Need to get 0 B/179 kB of archives.
After this operation, 974 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package recordmydesktop.
dpkg: warning: files list file for package 'less' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'gir1.2-panelapplet-4.0' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgail-3-0:amd64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'git-flow' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'laptop-detect' missing; assuming package has no files currently installed
dpkg: unrecoverable fatal error, aborting:
 files list file for package 'pepperflashplugin-nonfree' contains empty filename
E: Sub-process /usr/bin/dpkg returned an error code (2)
    
por brux 20.10.2014 / 21:39

1 resposta

0

Normalmente, essa mensagem de erro será exibida quando o arquivo em / var / lib / dpkg / info / * estiver corrompido. sobre isso renomear o exemplo de arquivo git-flow, less e executar o comando abaixo e reinstalá-lo novamente

apt-get remove git-flow --purge 
apt-get install git-flow

Espero que isso corrija seu problema

    
por 20.10.2014 / 22:04