?
Ubuntu14.10使用手記02???????????????????????????????????????????????????????????????????????????????????????????? 問題:ubuntu右上角紅色三角感嘆號警告,顯示更新信息已過期The update information is outdated。??????????????????????????????????????????????????????????????????????????????????????????????????????????? 參考鏈接?
解決方案:
首先在“系統(tǒng)設(shè)置(system settings)”->“軟件和更新(Software&Updates)”->“其它軟件(Other Software)”中將所有的項目刪除掉,然后執(zhí)行如下命令:
1、sudo rm -rf /var/lib/apt/lists (刪除lists文件夾)
2、sudo mkdir /var/lib/apt/lists (創(chuàng)建新的lists文件夾)
3、sudo apt-get update (更新源)