apt-get upgrade E: Sub-process /usr/bin/dpkg returned an error code (1)
Posted
by
user292425
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user292425
Published on 2014-06-11T01:43:20Z
Indexed on
2014/06/11
3:47 UTC
Read the original article
Hit count: 157
When I typed apt-get install upgrade
, I got error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up linux-netizen (1.0.1-1) ...
chrome: no process found
dpkg: error processing linux-netizen (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
linux-netizen
E: Sub-process /usr/bin/dpkg returned an error code (1)
So I tried some method to fix it:
sudo apt-get install -f
and
sudo apt-get install --configure -a
But all methods are not working. Please help me....
© Ask Ubuntu or respective owner