Upgrading Ubuntu
From Brandonhutchinson.com
(Difference between revisions)
(New page: == Ubuntu Feisty to Ubuntu Gusty == === Links === * [http://www.howtogeek.com/howto/ubuntu/upgrading-ubuntu-from-dapper-to-edgy-with-update-manager/ Upgrading Ubuntu from Dapper to Edgy ...) |
(→Ubuntu Feisty to Ubuntu Gusty) |
||
| Line 1: | Line 1: | ||
== Ubuntu Feisty to Ubuntu Gusty == | == Ubuntu Feisty to Ubuntu Gusty == | ||
| + | |||
| + | * Using ''apt'': | ||
| + | $ '''sudo perl -pi.orig -e 's/feisty/gutsy/g' /etc/apt/sources.list''' | ||
| + | $ '''sudo apt-get update && sudo apt-get dist-upgrade ''' | ||
=== Links === | === Links === | ||
Revision as of 14:58, 12 October 2007
Ubuntu Feisty to Ubuntu Gusty
- Using apt:
$ sudo perl -pi.orig -e 's/feisty/gutsy/g' /etc/apt/sources.list $ sudo apt-get update && sudo apt-get dist-upgrade
