apt-get upgrade E: Sub-process /usr/bin/dpkg returned an error code (1)
- by user292425
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....