Não é possível atualizar o ubuntu 12.04 [duplicate]

0

Could not initialize the package information

An unresolvable problem occurred while initializing the package information.

Please report this bug against the 'update-manager' package and include the following error message:

E:Encountered a section with no Package: header, 
E:Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_earth_deb_dists_stable_main_i18n_Translation-pt%5fBR, 
E:As listas de pacotes ou o ficheiro de status não pôde ser analisado ou aberto.
    
por user226576 18.12.2013 / 06:54

1 resposta

0

Excluir os mergelistas:

sudo rm -rf /var/lib/apt/lists/*

Em seguida, execute a atualização da lista de pacotes novamente:

sudo apt-get update

Atualize seu sistema:

sudo apt-get upgrade
    
por chaos 18.12.2013 / 07:24