系统或软件升级故障

ubuntukylin14.04系统右上角的任务栏中,出现“三角形内有叹号的提示”,就是系统和软件升级方面的提示,原文如下:the update information outdated ,this may be caused by network problems or by a repository that is no longer available ,please update manualy by selecting “show update” from the indicator menu,and watching for any failing reporsitories.大致意思应该是:升级信息已过时,这是由于网络的问题或者是软件商店不可用,请手工升级,根据提示选择"show update",找出仓储原因。首先分析的是网络没有问题,我能正常上网;其次是软件商店的问题,可是我就压根找不到"show update"。
我用命令:sudo apt-get update 升级软件时,有如下提示:W: 无法下载 http://archive.ubuntukylin.com:10006/ubuntukylin/dists/precise/non-free/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.大致意思应该是上述的网址连接失败,部分软件下载失败,忽略了该部分升级,或者用旧的替代。
我想这两个问题可能有关联。
上述提示的意思能明白,就是不知道应该怎么处理。这些提示,与windows系统的帮助文件的提示差不多,令人摸不着头脑。

大致意思是,你现在要更新的软件太落后了,你需要清理一下,输入命令:sudo apt-get autoclean clean all后,再运行sudo apt-get update,应该没有问题了!

换源:修改sudo gedit /etc/apt/sources.list将内部的东东全删除,先备份!再写入下面内容:

deb http://mirrors.ustc.edu.cn/ubuntu/ saucy main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ saucy-security main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ saucy-updates main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ saucy-backports main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ saucy main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ saucy-security main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ saucy-updates main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ saucy-backports main restricted universe multiverse

把那个文件复制一个就行了,以后再替换回云!

按照大侠的指点,进行了操作,屏幕右上角那个提示消失了,在虚拟终端进行软件升级时,出现了很多“无法下载”、“无法发起”、“网络不可达”等的提示,是不是大侠提供的这些网址有些也失效了?






建议你把上面两勾先中吧!说不定对你有帮助的,如果不行,建议找专业人士,我只能提供这些帮助,别的我也不会呀!
2014-05-03 22:33:10 的截屏.png