Linux系统-产品-名称3.8.0-23-通用#34-Ubuntu 5月29日>20:24:54 UTC 2013 i686 i686 GNU/Linux
在安装软件时,我经常会遇到这样的错误:
dpkg: error processing linux-image-extra-3.8.0-19-generic 我试着通过软件中心和终端安装VLC。
1)软件中心
Removing linux-image-extra-3.8.0-19-generic ... /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm: 6: /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm: Syntax error: ")" unexpected
dpkg: error processing linux-image-extra-3.8.0-19-generic (--remove):
subprocess installed post-removal script returned error exit status 2
No apport report written because MaxReports is reached already
Errors were encountered while processing:
linux-image-extra-3.8.0-19-generic
Error in function:2)终端
dpkg: warning: files list file for package 'oracle-java7-installer' missing; assuming package has no files currently installed
(Reading database ... 302933 files and directories currently installed.)
Removing linux-image-extra-3.8.0-19-generic ...
/var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm: 6: /var/lib/dpkg/info/linux-image-extra-3.8.0-19-generic.postrm: Syntax error: ")" unexpected
dpkg: error processing linux-image-extra-3.8.0-19-generic (--remove):
subprocess installed post-removal script returned error exit status 2
Errors were encountered while processing:
linux-image-extra-3.8.0-19-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)请回答我。对以前的帖子很抱歉,我已经删除了。
发布于 2013-07-19 19:07:33
我认为您还没有更新您的系统,您可以通过输入命令sudo apt-get update来完成它。
然后,您可以使用像sudo apt-get install vim vlc cheese ubuntu-restricted-extras这样的命令来安装任何类似VLC、奶酪等的东西。
https://askubuntu.com/questions/321984
复制相似问题