Estoy usando Ubuntu 14.04 LTS. Cuando intento actualizar mi sistema, aparece el siguiente mensaje de error:
Actualizador de software: no se pueden instalar todas las actualizaciones
Busqué en Google y algunos sugirieron arreglar los paquetes rotos usando sudo apt-get install -f
. Pero eso no funcionó para mí.
Cuando uso apt-get upgrade
este es el mensaje que recibo:
Reading package lists...
Building dependency tree...
Reading state information...
The following packages have been kept back:
gir1.2-rb-3.0 gir1.2-totem-1.0 librhythmbox-core8 libtotem-plparser18 libva1
libvlc5 libvncserver0 linux-generic-lts-utopic
linux-headers-generic-lts-utopic linux-image-generic-lts-utopic rhythmbox
rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
rhythmbox-plugin-magnatune rhythmbox-plugins smplayer smplayer-themes totem
totem-common totem-mozilla totem-plugins vlc vlc-data vlc-nox
vlc-plugin-libde265 vlc-plugin-notify vlc-plugin-pulse
The following packages will be upgraded:
google-chrome-stable mkvtoolnix mkvtoolnix-gui
3 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
Need to get 53.3 MB of archives.
After this operation, 6,539 kB disk space will be freed.
Do you want to continue? [Y/n] Abort.
Lo que no entiendo es por qué la imagen del kernel de Linux tiene el nombre linux-image-generic-lts-utopic
(¿Por qué contiene la palabra utopic
, aunque el nombre del código es trusty
)? También miré el /etc/apt/sources.list
. No hay ocurrencia de la palabra utopic
en ella.
Cosas que he intentado
- Arreglar paquetes rotos usando
apt-get install -f
- Los comandos:
apt-get autoremove && apt-get clean && apt-get update
¿Qué puedo hacer para que System Updater funcione normalmente? Gracias por adelantado
dist-upgrade
. Déjame comprobarlo.
trusty
y noutopic
sudo apt-get dist-upgrade
?