Ubuntu Tweak is a software which is an all in one package installer + fine tuner for ubuntu. Its a very user friendly software which any newbie can use. I'd recommend it to any newbie who is daring enough to try out new software and tweaks on his ubuntu installation.
1.sudo sh -c 'echo "deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty main" >> /
etc/apt/sources.list'
2.sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
3.sudo apt-get update && sudo apt-get install ubuntu-tweak
If you want to upgrade from a previous version instead of install replace step 3 with
sudo apt-get update && sudo apt-get upgrade ubuntu-tweak
No comments:
Post a Comment