红联Linux门户
Linux帮助

apt-get install时遇到Sub-process /usr/bin/dpkg returned an e

发布时间:2015-12-15 15:35:36来源:linux网站作者:Inuyasha1121

有的时候,在ubuntu下使用sudo apt-get install可能导致意想不到的错误,尤其是中途中断了安装时,错误信息为:

……

Errors were encountered while processing:
classicmenu-indicator
E: Sub-process /usr/bin/dpkg returned an error code (1)


我在安装classicmenu-indicator软件后返回了这个错误,之后再用apt-get安装其他软件都会返回这个错误,原因为这个软件安装时出错,执行清理:apt-get purge classicmenu-indicator

即可解决问题。


ubuntu中使用apt-get install时如何指定安装版本:http://www.linuxdiyf.com/linux/15078.html

ubuntu 14.04 apt-get install不能自动补全解决办法:http://www.linuxdiyf.com/linux/14669.html

ubuntu如何卸载apt-get install安装的软件:http://www.linuxdiyf.com/linux/14109.html

Ubuntu12.04_X64 apt-get install报错404:http://www.linuxdiyf.com/linux/14328.html

Ubuntu apt-get install错误:unmet dependencies:http://www.linuxdiyf.com/linux/14438.html