Fedora 11 software update stuck

2

I just told the update notifier in Fedora 11 to install the security updates. It downloaded everything and applied the updates. Now the updater says Cleaning Up Packages. Its been stuck there for at least 20 minutes. What should I do? Should I just let it go and see if it ever finishes, or should I try rebooting the machine? Will I be left in a bad state if I do that?

It only gets stuck when there is a kernel update. Otherwise, it updates just fine and finishes.

Jay R.

Posted 2009-08-17T14:52:05.257

Reputation: 532

Answers

4

I tend not to use the frontend GUI for this reason on Fedora. Try sending the application a termination signal so it closes safely first (kill -TERM or simply use xkill), then give the yum command line tool a shot.

sudo yum clean all

John T

Posted 2009-08-17T14:52:05.257

Reputation: 149 037

Is there any way to know what it is doing? – Jay R. – 2009-08-17T15:11:08.493

The exact same thing the GUI is doing behind the scenes. – John T – 2009-08-17T15:13:41.220

After trying that and then rebooting (one of the updates was a kernel update), yum indicates that there are no updates to install. – Jay R. – 2009-08-17T15:20:51.303