[ubuntu-uk] Upgrade 9.04
Neil Greenwood
neil.greenwood.lug at gmail.com
Tue Apr 28 08:19:50 BST 2009
2009/4/27 Harry Rickards <hrickards at l33tmyst.com>:
>
> There's a couple of other changes you might need to make, so I've put an
> updated source.list for you at http://pastebin.com/f3944dadb. To replace
> your current one with the updated one, just do the following in a terminal:
>
> cd
> sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
> wget http://pastebin.com/pastebin.php?dl=f3944dadb
OK, I've got another tip for this command too. (Should have read the
whole thread before my last reply!)
If you use the -O (minus sign then capital 'oh', not zero) on the wget
command, you can give it the name of the file to write out. That
simplifies the following line:
> sudo mv pastebin.php\?dl\=f3944dadb /etc/apt/sources.list
So I would have replaced those two lines with the following:
wget http://pastebin.com/pastebin.php?dl=f3944dadb -O newsources.list
sudo mv newsources.list /etc/apt/sources.list
> sudo aptitude update
> sudo aptitude dist-upgrade
>
> Again, if you have any errors put them on PasteBin.
>
Cofion,
Neil.
More information about the ubuntu-uk
mailing list