Ubuntu 7.04 is the current Stable version of the Ubuntu operating system. The common name given to this release from the time of its early development was “Feisty Fawn”.
1) Using GUI
2) Using apt-get
Upgrading Ubuntu Edgy to Ubuntu Feisty
Method 1 - Using GUIIf you want to upgrade using GUI use the following command
gksu “update-manager -c ”“-c” switch tells it to look for upgrades at all.
You should see the following screen here Now you can see 7.04 is available for upgrade click on upgrade
Now you should see the release notes as follows here you need to click on upgrade
Once you click on upgrade you might get the error "Authentication failed"
You need to fix the above error for this open the terminal and type the "gpg" and press enter once you see the following message
gpg:Go ahead and type your message ...Press Ctrl+C and then start the install process again.
Now you should see the following screen downloading upgrade tool
You need to enter root password and click ok
Preparing the upgrade in progress
You need to confirm the upgrade process by clicking "Start Upgrade"
Download in progress for all the required packages for Upgrade
Installation in progress
If you click on Terminal to see detailed installation in progress
Cleaning Up is in Progress
You need to restart the system to complete the Upgrade by clicking "Restart Now"
Method 2 - Using apt-getEdit your /etc/apt/sources.list as root. Change every occurrence of edgy to feisty.
Use any prefered editor. If you have a CD-ROM line in your file, then remove it.sudo vi /etc/apt/sources.list
oruse the following Simple command
sudo sed -e ’s/\edgy/ feisty/g’ -i /etc/apt/sources.listNow you need to update the source list using the following command
sudo apt-get updateUpgrade using the following command
sudo apt-get dist-upgradeDouble check your process was finished properly using the following commd
sudo apt-get -f installsudo dpkg --configure -a
Testing Your Upgrade
You can check the ubuntu version installed using the following commandsudo lsb_release -a
Output Looks like belowDistributor ID: Ubuntu
Description: Ubuntu feisty (development branch)
Release: 7.04
Codename: feisty
Just type the following command in your terminal
cat /etc/issueOutput Lokks like below
Ubuntu feisty (development branch) \n \l
0 comments:
Post a Comment