hutaishi

ubuntu右上角红色三角警告

 1 问题:ubuntu右上角红色三角感叹号警告,显示更新信息已过期The update information is outdated。
 2 
 3 解决方案:
 4 首先在“系统设置(system settings)”->“软件和更新(Software&Updates)”->“其它软件(Other Software)”中将所有的项目删除掉,然后执行如下命令:
 5 
 6 1、sudo rm -rf /var/lib/apt/lists (删除lists文件夹)
 7 2、sudo mkdir /var/lib/apt/lists  (创建新的lists文件夹)
 8 3、sudo apt-get update  (更新源)
 9 
10 参考:http://www.cnblogs.com/xuxiang/archive/2013/06/14/3136917.html

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-10-31
  • 2022-01-11
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2021-10-18
  • 2021-10-18
  • 2021-05-25
  • 2021-10-18
  • 2021-06-18
相关资源
相似解决方案