我正在使用Ubuntu 14.04 LTS。当我尝试更新系统时,出现以下错误消息:
软件更新程序-并非可以安装所有更新
我用Google搜索,有人建议使用修复损坏的软件包sudo apt-get install -f
。但这对我没有用。
当我使用apt-get upgrade
这是我收到的消息:
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.
我不明白的是为什么Linux内核映像具有名称linux-image-generic-lts-utopic
(为什么它包含单词utopic
,即使代号是trusty
)?我也看着/etc/apt/sources.list
。该单词utopic
中没有单词出现。
我尝试过的事情
- 使用以下方法修复损坏的软件包
apt-get install -f
- 命令:
apt-get autoremove && apt-get clean && apt-get update
我该怎么做才能使系统更新程序正常工作?提前致谢
dist-upgrade
。让我检查一下。
trusty
而不显示utopic
sudo apt-get dist-upgrade
吗?