Emita este comando:
sudo rm /var/lib/apt/lists/* -vf && sudo apt-get update
Isso solucionará seu problema.
eu fiz sudo apt-get update
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
Quando tento instalar um software, ele apresenta o mesmo erro:
sudo apt-get install gnumeric
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened
.
Eu abri o erro do pacote synaptic, ele dá o mesmo erro na inicialização.
Eu tentei
sudo apt-get clean
sudo apt-get dpkg --configure -a
Ainda estou preso. Como posso consertar isso?
Emita este comando:
sudo rm /var/lib/apt/lists/* -vf && sudo apt-get update
Isso solucionará seu problema.