Cuando abro el Centro de software, aparece el mensaje "Los elementos no se pueden instalar ni eliminar hasta que se repare el catálogo de paquetes". ¿Alguien me puede ayudar?
Respuesta1
Abra una terminal y use estos comandos
sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get update && sudo apt-get upgrade
Después del último deberías poder abrir USC
de nuevo sin fallos.
Editar
Los comentarios explican que falta la clave 5A9A06AEF9CB8DB0, durante sudo apt-get update
esta falla aparece:
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A9A06AEF9CB8DB0
Para reparar la clave se pueden utilizar estos comandos:
sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 5A9A06AEF9CB8DB0
sudo gpg --export --armor 5A9A06AEF9CB8DB0 | sudo apt-key add -
Después de eso sudo apt-get update
debería funcionar, si no encuentra fallas, puede abrirlo USC
nuevamente y hacer clic en el botón reparar.