PDA

View Full Version : [ubuntu] Unable to update using update manager



Ionna
January 3rd, 2009, 06:38 AM
Running Intrepid Ibex, amd64, unable to update since about 2 weeks ago. Update Manager tells me that there are no updates, but my friend who's also running Ibex tells me he just updated a few hours ago. Help!

Partyboi2
January 3rd, 2009, 07:20 AM
Have you got updates enabled in Software Sources under updates tab?

Ionna
January 3rd, 2009, 07:31 AM
Yes. I have Important Security Updates, Recommended Updates and Unsupported Updates ticked.

Partyboi2
January 3rd, 2009, 08:49 AM
Have you tried to reload the package list first

sudo apt-get update
sudo apt-get upgrade

Ionna
January 3rd, 2009, 09:18 AM
Yes. It tells me nothing was changed.

Ionna
January 3rd, 2009, 05:45 PM
Anyone? Help?

timking
January 3rd, 2009, 08:08 PM
I'm having the same problem and have gone through the steps as suggested above. Still no updates.

zvacet
January 4th, 2009, 12:24 AM
cat /etc/apt/sources.list

and maybe your friend have backports enabled and you donīt.Just a guess.

Ionna
January 4th, 2009, 03:09 PM
I actually do have backports enabled, so I don't think that's the answer.

Weirdly enough, I just switched back to Ubuntu after using Windows XP last night and now my updates are happening as normal. @@

I'll do this later when the updates are done.
cat /etc/apt/sources.list

Ionna
January 5th, 2009, 12:33 PM
This was what I got when I did cat. What does it mean, actually?


# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release amd64 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ intrepid universe
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner

# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
# Line commented out by installer because it failed to verify:
deb http://archive.ubuntu.com/ubuntu/ intrepid-backports restricted main multiverse universe
deb http://security.ubuntu.com/ubuntu/ intrepid-security restricted main multiverse universe
# deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

zvacet
January 5th, 2009, 11:40 PM
gksudo gedit /etc/apt/sources.list

remove all lines after deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse and put # sign in front of deb http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe

and add

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse

save and close file.


sudo apt-get update && sudo apt-get upgrade

Ionna
January 6th, 2009, 01:25 AM
That seemed to have worked. Thank you!