O Ubuntu não irá atualizar, eu recebo um erro [duplicado]

1

Aqui está o erro que recebo ao tentar atualizar o Ubuntu:

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/us.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.'
    
por jeffrey 03.06.2013 / 13:48

2 respostas

0

Você pode corrigir isso com este comando:

sudo rm -rf /var/lib/apt/lists/* && sudo apt-get update && sudo apt-get upgrade
    
por Frantique 03.06.2013 / 13:56
0

Se você iniciar as Configurações do Sistema e clicar no ícone Software e Atualizações, aguarde que elas sejam carregadas e clique na guia Outro Software

Certifique-sedequetodasascaixasdeseleçãoestejammarcadaserealizeumaatualizaçãomanualcomoSoftwareUpdater.

    
por SimplySimon 03.06.2013 / 14:05