Saturday, April 27, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 10832  / 2 Years ago, thu, january 6, 2022, 12:17:04

Every time I attempt to use the Ubuntu Software Center, I get an error message that says "Items cannot be installed or removed until the package catalog is repaired". When I try to repair, it then says "The installation or removal of a package failed".



Under details, it says:



installArchives() failed: dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 3.2.0.38.46); however:
Version of linux-image-generic on system is 3.2.0.58.69.
linux-generic depends on linux-headers-generic (= 3.2.0.38.46); however:
Version of linux-headers-generic on system is 3.2.0.58.69.
dpkg: error processing linux-generic (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
linux-generic
Error in function:
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 3.2.0.38.46); however:
Version of linux-image-generic on system is 3.2.0.58.69.
linux-generic depends on linux-headers-generic (= 3.2.0.38.46); however:
Version of linux-headers-generic on system is 3.2.0.58.69.
dpkg: error processing linux-generic (--configure):
dependency problems - leaving unconfigured


Thanks for any help that can be provided.


More From » software-center

 Answers
2

You will need a terminal to solve the situation, the Software Center isn't able to handle this kind of problems. To do this use:



sudo dpkg -r linux-generic linux-image-generic
sudo apt-get install linux-generic


That should solve the problem.


[#27567] Friday, January 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
humbire

Total Points: 55
Total Questions: 93
Total Answers: 113

Location: Oman
Member since Fri, Dec 23, 2022
1 Year ago
humbire questions
Thu, May 13, 21, 02:28, 3 Years ago
Sun, Oct 24, 21, 14:23, 3 Years ago
Wed, May 17, 23, 22:16, 1 Year ago
;