我正在使用 Ubuntu 13.0.4,并尝试通过命令行获取更新。没有任何效果。最新的问题是尝试安装 Root
sudo apt-get install root-system-bin
Getting message
Reading package lists ... Error!
E: Could not open file /var/lib/dpkg/status-open (2: No such file or directory)
E:The package lists or status file could not be parsed or opened.
我努力了
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
从http://ubuntuforums.org/showthread.php?t=2078996
但当我到达第二行时,我得到:-
E: Could not open lock file /var/cache/apt/archives/lock-open (2: No such file or directory)
E: Unable to lock the download directory
答案1
查看你的源列表以确保所有存储库的网址都是正确的。
-打开软件源,查看您的存储库列表是否正确显示。存储库是否已启用?
-运行此命令,
grep -v '#' /etc/apt/sources.list
如果你没有设置正确的来源,你可以随时从以下网站建立新的来源, http://repogen.simplylinux.ch/
希望这能为您指明正确的方向。