Friday, 22 May 2015

UPGRADE UBUNTU FROM BREEZY TO DAPPER

WOOOHOO ! LINUX UPDATING, WELL ITSS EASY FOLLOW THE INSTRUCTIONS :D

Upgrading Ubuntu Linux is just as easy as installing a new package. Simply run these commands, and your system will be updated:
sudo sed ’s/hoary/dapper/g’ /etc/apt/sources.list > /etc/apt/tmp && mv /etc/apt/tmp /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y dist-upgrade

No comments:

Post a Comment