PDA

View Full Version : [ubuntu] [SOLVED] Feisty to Gutsy Gibbon



Sisyphus48
November 2nd, 2008, 10:47 PM
I tried to upgrade my system from Feisty to Gutsy so I could them go up to Heron but the process got hung up. It just keeps hanging where it says it is reading the cache. Amy ideas or know of an easier way to do it?:confused:

Pumalite
November 2nd, 2008, 10:55 PM
Did you have your 7.04 fully updated and did you remove all third parties from /etc/apt/sources.list, including the Medibuntu folder (if you had one) before attempting to upgrade?

Pumalite
November 2nd, 2008, 11:05 PM
If you did; you could try this:

sudo sed -i 's/feisty/gutsy/' /etc/apt/sources.list
sudo apt-get update
sudo apt-get dist-upgrade

Sisyphus48
November 3rd, 2008, 05:58 AM
Yes to the first question and I have no idea what you are talking about to the second.

Pumalite
November 3rd, 2008, 12:32 PM
Post:
cat /etc/apt/sources.list

Sisyphus48
November 4th, 2008, 03:50 AM
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-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://us.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy 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://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy 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://mx.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://mx.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ gutsy-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-security universe
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-security multiverse
kent@kent-desktop:~$ cat /etc/apt/sources.list