如何处理ubuntu右上角红色三角感叹号警告

2015-03-24  本文已影响1758人  程序猿Timothy

 

Ubuntu14.10使用手记02                                                                                             问题:ubuntu右上角红色三角感叹号警告,显示更新信息已过期The update information is outdated。                                                                                                            参考链接 

解决方案:

首先在“系统设置(system settings)”->“软件和更新(Software&Updates)”->“其它软件(Other Software)”中将所有的项目删除掉,然后执行如下命令:

1、sudo rm -rf /var/lib/apt/lists (删除lists文件夹)

2、sudo mkdir /var/lib/apt/lists (创建新的lists文件夹)

3、sudo apt-get update (更新源)

上一篇 下一篇

猜你喜欢

热点阅读