个人工具

“Ubuntu中文:当前事件”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(冷餐会、鸡尾酒会、茶歇)
(取消由114.244.83.197 (对话)所作出的修订 113186)
第1行: 第1行:
森威欧国际餐饮管理有限公司,致力于为广大客户提供专业的各类宴会配送服务,为您量身定制实际操作解决方案。我们有高效的团队,丰富成熟的运作经验,精美的菜品和优质的服务。为客户提供在酒店以外的餐饮服务--自助餐会,冷餐会、鸡尾酒会、茶歇,把以前只存在与星级酒店里的宴会搬到了您的家里、写字楼里、户外的草坪上、网球馆里、以及一切您想举办宴会的地方同等价格比品质,同等品质比价格,同等价格品质比服务!
+
      错误将一直发生,许多错误是用户不注意所导致的。下面列出一些常见的错误和如何处理这些错误。
The best blessings to you
+
 
联 系 人:马先生
+
当你尝试运行 apt-get install package... ,如果收到下面这样的消息时<br>
联系方式:010-84337557-8006 
+
 
手  机:13811526776(秦总)
+
====== 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  ======
E-mail:senwell8008@126.com
+
 
公司网址:www.yanhuino1.com
+
&nbsp;&nbsp;&nbsp; 你一定是在更改/etc/apt/source.lst文件后忘记运行 apt-get update<br>
公司地址:北京市朝阳区金盏乡长店村甲2号
+
 
 +
&nbsp;&nbsp;&nbsp; 如果发生下列错误<br>
 +
 
 +
====== E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)<br> E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?<br><br>  ======
 +
 
 +
你一定是以普通用户在运行apt-get. 当运行 apt-get 用不同的源和方式的时候,都需要root权限。<br>
 +
 
 +
有种错误和上面这种错误很相似,当同时运行2个apt-get ,或者运行一个apt-get 和一个dpkg的时候。<br>
 +
 
 +
只有能和其他apt-get 同时使用的方式才是 source 方式(The only method that can be used simultaneously with others is the source) method. )<br>
 +
 
 +
如果在安装的过程中发生问题,或者某些软件包无法继续安装或删除,那么尝试运行下面两条命令:<br>
 +
 
 +
====== # apt-get -f install<br> # dpkg --configure -a  ======
 +
 
 +
<br>
 +
 
 +
上面的命令可能有必要执行多次。这是对那些使用不稳定版系统的冒险者来说是很重要的。<br>
 +
 
 +
如果运行apt-get update的时候收到 "E: Dynamic MMap ran out of room"这样的错误消息,请在/etc/apt/apt.conf文件里添加:
 +
 
 +
====== &nbsp; APT::Cache-Limit 10000000;  ======
 +
 
 +
<br>
 +
 
 +
<br>
 +
 
 +
<br>

2009年2月25日 (三) 10:22的版本

      错误将一直发生,许多错误是用户不注意所导致的。下面列出一些常见的错误和如何处理这些错误。

当你尝试运行 apt-get install package... ,如果收到下面这样的消息时

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

    如果发生下列错误

E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

你一定是以普通用户在运行apt-get. 当运行 apt-get 用不同的源和方式的时候,都需要root权限。

有种错误和上面这种错误很相似,当同时运行2个apt-get ,或者运行一个apt-get 和一个dpkg的时候。

只有能和其他apt-get 同时使用的方式才是 source 方式(The only method that can be used simultaneously with others is the source) method. )

如果在安装的过程中发生问题,或者某些软件包无法继续安装或删除,那么尝试运行下面两条命令:

# 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;