Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Upgrade Gutsy to Hardy
PostPosted: Fri Apr 25, 2008 6:24 am 
Offline
Newbie

Joined: Wed Mar 28, 2007 5:04 am
Posts: 3
Website: http://www.ninet.org
Location: Cambridge
$> 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.


Top
   
PostPosted: Fri Apr 25, 2008 8:36 am 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 10:32 pm
Posts: 246
Location: NJ, USA
As pointed out in #linode, 'sudo do-release-upgrade' works much more smoothly.


Top
   
 Post subject:
PostPosted: Fri Apr 25, 2008 11:59 am 
Offline
Junior Member

Joined: Wed Jan 23, 2008 9:49 pm
Posts: 34
Just for the sake of completeness, do-release-update requires the update-manager-core package installed on your system.


Top
   
PostPosted: Fri Apr 25, 2008 10:58 pm 
Offline
Junior Member

Joined: Fri Sep 12, 2003 10:10 am
Posts: 33
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]


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group