Cuando intento abrir el centro de software, se cierra 5 segundos después de abrirlo. Tampoco puedo instalar ni desinstalar ningún software usando la terminal. Cuando intenté desinstalar el centro de software, se mostró lo siguiente:
Leyendo listas de paquetes... ¡Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fIN
E: The package lists or status file could not be parsed or opened.
Por favor ayudame a resolver el problema.
Respuesta1
Prueba esto:
sudo rm -f /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_*
entonces
sudo apt-get update
Esto debería solucionar tu problema
Respuesta2
Abra una terminal y escriba:
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean all
sudo apt-get update
Con suerte, eso solucionó tu problema: