PDA

View Full Version : [kubuntu] Sotware Update stuck



Tex-Twil
October 23rd, 2012, 10:46 AM
Hi,
quite often when I update my packages using the Software Update, the installation does not finish and stays stuck at "Running dpkg ..."

http://f.cl.ly/items/2L3F1t0B1h1A112I0d17/dpkg.png

What shall I do in this case? Just close the installer?

cheers

kc1di
October 23rd, 2012, 11:02 AM
close the install then go to a terminal and do the following
one command at a time.


sudo apt-get update
sudo dpkg --configure -a
sudo apt-get upgrade

post any error codes you get.