Great themes for Ubuntu 9.04 and how to install
The installation is easy because can be done after adding a repository, so with sudo apt-get install theme-name you can have the theme installed,
Now i will show you the steps you have to follow to install the themes.
To add the repository ,open the source list :
sudo gedit /etc/apt/sources.list
add these 2 lines at the end of the sources.list:
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
after open the terminal and add the repository verification key :
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574de
Now update the cache
sudo apt-get update
Now, If you want to install the themes one by one ,then you will have to type the command correspondent to the theme you want to install (first follow the steps above to add the repositories) :
1-Showtime for Gnome :
sudo apt-get install showtime-theme
2- Balanzan
sudo apt-get install balanzan-theme
2-Infinity
sudo apt-get install infinity-theme
3-Wild shine
sudo apt-get install wild-shine-theme
4-Exotic
sudo apt-get install exotic-theme
5- Tropical
sudo apt-get install tropical-theme
6-Bamboo Zen
7- Ubuntu sunrise
sudo apt-get install ubuntu-sunrise-theme
8- Aqua Dreams
sudo apt-get install aquadreams-theme
To remove thethemes you have to use the command :
sudo apt-get remove theme-name
Comments