I can't install anything from software center because it is stuck at applying/searching, when i cancel it, it is stuck at canceling. Then software center gives me a pop up box that it needs to be repaired, so i click "repair" but in the progress of "repairing installed software" it is stuck at applying changes. Can somebody please help me?
Asked
Active
Viewed 1.4k times
2 Answers
12
I would try doing sudo killall software-center. That should terminate software center. You may need to do sudo killall dpkg if there's still the 'installation' stuffs in the background.
Or:
Try adding the -9 argument to them, so it's
sudo killall -9 software-centerandsudo killall -9 dpkgThen
sudo dpkg --configure -aFinally
sudo apt-get update && sudo apt-get upgrade
1
Before killing anything, close all windows and make sure there is not a EULA popped up behind the Software Centre. These EULAs are very common, especially with software outside of the main repositories.
if that fails, try
sudo apt-get install -f
or
dpkg --configure -a
Luke
- 301
- 3
- 6