Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1318  / 2 Years ago, fri, april 8, 2022, 2:00:43

I try sudo apt-get upgrade after running update, but not working ! here is the error details



sudo apt-get upgrade 

[sudo] password for andrei:
Reading package lists... Done Building dependency tree
Reading state information... Done
The following packages have been kept back: playonlinux
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed. Need to get 0 B/46,3 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
dpkg: error processing google-chrome-stable
(--configure): package google-chrome-stable is not ready for configuration
cannot configure (current status `half-installed')
No apport report written because MaxReports is reached already
Errors were encountered while processing: google-chrome-stable
E: Sub-process /usr/bin/dpkg returned an error code (1)

More From » apt

 Answers
6

Run the following command,




sudo apt-get autoclean




to remove any partially installed package (in this case google-chrome-stable). Then install the package again.


[#28353] Saturday, April 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arbaour

Total Points: 346
Total Questions: 115
Total Answers: 105

Location: Oman
Member since Wed, Apr 12, 2023
1 Year ago
;