PDA

View Full Version : [ubuntu] Update-manager wont update



kingof1981
May 28th, 2008, 06:09 PM
Hello Folks.

i'm sure that everybody had a such problem one time. that the update-manager wont update... In my case if i press the install button, it only read's that currently state and then happends nothing there's still the update's there.

frix@frix-kingof1981:~$ update-manager
current dist not found in meta-release file

My sources.list does only contain hardy sources... So what is the problem???
Thanks for helping???

phoenix_abhi
May 28th, 2008, 06:10 PM
Why do not try it on terminal ?

abn91c
May 28th, 2008, 06:14 PM
Hello Folks.

i'm sure that everybody had a such problem one time. that the update-manager wont update... In my case if i press the install button, it only read's that currently state and then happends nothing there's still the update's there.

frix@frix-kingof1981:~$ update-manager
current dist not found in meta-release file

My sources.list does only contain hardy sources... So what is the problem???
Thanks for helping???

you actually need to do in a terminal
sudo apt-get update
sudo apt-get upgrade

if any errors appear try apt-get check , it will usually tells you what's wrong and how to fix it
also try dpkg --configure -a

kingof1981
May 28th, 2008, 06:18 PM
My ubuntu is conpletly updated... current status...
Ubuntu 8.04 (hardy)
Gnome 2.22.1 (Ubuntu 2008-05-07)
Kernel 2.6.24-17-generic (#1 SMP Thu May 1 14:31:33 UTC 2008)

so why this???

kingof1981
May 28th, 2008, 06:22 PM
frix@frix-kingof1981:~$ sudo apt-get check
[sudo] password for frix:
Reading package lists... Done
Building dependency tree
Reading state information... Done
frix@frix-kingof1981:~$

flyboy917
May 30th, 2008, 03:34 AM
you actually need to do in a terminal
sudo apt-get update
sudo apt-get upgrade

if any errors appear try apt-get check , it will usually tells you what's wrong and how to fix it
also try dpkg --configure -a


K, I'm in the same boat. The above worked with the following exception:
The following packages have been kept back:
f-spot
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Thoughts?

Bubba64
May 30th, 2008, 03:52 AM
You can also go into synaptic and hit reload, once in awhile my update manager doesn't work just the spinning wheel, so I use the force quit available in add ons to panels to close it and go to terminal or synaptic to check. I suspect that this update manager not working once in awhile is a bug.