| Author |
Message |
Pvt_Ryan
Joined: 28 Mar 2007
Posts: 3
Location: Cambridge
|
| Posted: Fri Apr 25, 2008 5:24 am Post subject: Upgrade Gutsy to Hardy |
|
|
$> sudo sed -i 's/gutsy/hardy' /etc/apt/sources.list
$> sudo apt-get update
$> sudo apt-get dist-upgrade
Just done mine, but haven't rebooted yet. |
|
| Back to top |
|
tasaro
Joined: 15 Apr 2003
Posts: 110
Location: Manahawkin, NJ
|
| Posted: Fri Apr 25, 2008 7:36 am Post subject: Re: Upgrade Gutsy to Hardy |
|
|
| As pointed out in #linode, 'sudo do-release-upgrade' works much more smoothly. |
|
| Back to top |
|
atourino
Joined: 23 Jan 2008
Posts: 7
|
| Posted: Fri Apr 25, 2008 10:59 am Post subject: |
|
|
| Just for the sake of completeness, do-release-update requires the update-manager-core package installed on your system. |
|
| Back to top |
|
aaron
Joined: 12 Sep 2003
Posts: 26
|
| Posted: Fri Apr 25, 2008 9:58 pm Post subject: Re: Upgrade Gutsy to Hardy |
|
|
Pvt_Ryan wrote: $> sudo sed -i 's/gutsy/hardy' /etc/apt/sources.list
$> sudo apt-get update
$> sudo apt-get dist-upgrade
if you do go this route, it's generally a good idea to split the "dist-upgrade" up a slight bit (from experience)
Code: apt-get install apt dpkg libc6
first, *then* dist-upgrade.
Sometimes changes in apt between releases can cause trouble if new packages take advantage of those changes. your dependancies could end up weird.[/code] |
|
| Back to top |
|
| |