我不知道有更新计划询问我的约会问题,但我有点懒。无论如何,我有一个红色三角形,里面有一个感叹号,如果我点击它,它会告诉我
The update information is outdated. This maybe caused by network problems or by a repository that is no longer available. Please update manually by clicking on this icon and then selecting 'check for updates' and check if some of the listed repositories fail."
我照做了,并从更新管理器中获取了此信息
W:Failed to fetch cdrom://Ubuntu 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.1)/dists/precise/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
W:Failed to fetch cdrom://Ubuntu 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.1)/dists/precise/restricted/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E:Some index files failed to download. They have been ignored, or old ones used instead.
我想修复这个问题并更新到较新版本的 Ubuntu。
答案1
- 打开一个终端。
类型
sudo software-properties-gtk
按 ENTER。
- 取消选中“可从 CDROM/DVD 安装”类别下的所有选项。
关闭该窗口并在终端中输入此内容”
sudo apt-get update
完成后,在终端中输入
sudo apt-get dist-upgrade
享受 Ubuntu!
编辑:使其更简单、更快捷。