Ubuntu中文:当前事件:修订间差异
/* Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list 'http://people.debian.org unstable/ Packages' (/var/state/apt/lists/people.debian.org_%7ekov_debian_unstable_Packages) - stat (2 No such file or di |
/* Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list 'http://people.debian.org unstable/ Packages' (/var/state/apt/lists/people.debian.org_%7ekov_debian_unstable_Packages) - stat (2 No such file or di |
||
第3行: | 第3行: | ||
当你尝试运行 apt-get install package... ,如果收到下面这样的消息时<br> | 当你尝试运行 apt-get install package... ,如果收到下面这样的消息时<br> | ||
====== Reading Package Lists... Done<br> Building Dependency Tree... Done<br> W: Couldn't stat source package list 'http://people.debian.org unstable/ Packages' (/var/state/apt/lists/people.debian.org_%7ekov_debian_unstable_Packages) - stat (2 No such file or directory)<br> W: You may want to run apt-get update to correct these missing files<br> E: Couldn't find package penguineyes ====== | <nowiki>[[[http://www.example.com 链接标题]]'''粗体文字'''] | ||
== 在此插入非格式文本 == | |||
</nowiki>====== Reading Package Lists... Done<br> Building Dependency Tree... Done<br> W: Couldn't stat source package list 'http://people.debian.org unstable/ Packages' (/var/state/apt/lists/people.debian.org_%7ekov_debian_unstable_Packages) - stat (2 No such file or directory)<br> W: You may want to run apt-get update to correct these missing files<br> E: Couldn't find package penguineyes ====== | |||
你一定是在更改/etc/apt/source.lst文件后忘记运行 apt-get update<br> | 你一定是在更改/etc/apt/source.lst文件后忘记运行 apt-get update<br> |
2009年7月20日 (一) 17:08的版本
错误将一直发生,许多错误是用户不注意所导致的。下面列出一些常见的错误和如何处理这些错误。
当你尝试运行 apt-get install package... ,如果收到下面这样的消息时
[[[http://www.example.com 链接标题]]'''粗体文字''']
== 在此插入非格式文本 ==
====== Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list 'http://people.debian.org unstable/ Packages' (/var/state/apt/lists/people.debian.org_%7ekov_debian_unstable_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these missing files
E: Couldn't find package penguineyes ======
你一定是在更改/etc/apt/source.lst文件后忘记运行 apt-get update
如果发生下列错误
l;l;l;l;l;l;l;l;l;l
? eeeeeeeeeeeeeeeeeeeee
# apt-get -f install
# dpkg --configure -a
上面的命令可能有必要执行多次。这是对那些使用不稳定版系统的冒险者来说是很重要的。
如果运行apt-get update的时候收到 "E: Dynamic MMap ran out of room"这样的错误消息,请在/etc/apt/apt.conf文件里添加:
APT::Cache-Limit 10000000;