How to install new themes in linux ubuntu
First of all here are some pictures of the themes that you are going to install
Doing the most basic thing in linux is really complicated as its sheer coding-this is the only thing that makes linux highly customizable.
Installing themes and giving yourlinux installation a new look is one of the most exciting features that a linux newbie wants to do.
OOps no more waiting so lets begin
Go to menu and go to the accessories
Select the terminal and open it
In this terminal copy
sudo gedit /etc/apt/sources.list
(to paste this code(any code) in your terminal window press shift+ctrl+v)
After copying the code press enter
Now a new window named sources.list will open
In this window copy and paste this code into the sources.list file
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu intripd main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubutnu intripd main
If you are using any other version other than than inripd-Replace intripd with juanty or hardy or karmic coala
Now save the sources.list file
That being done-copy the key below into your terminal and hit enter
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0x1781bd45c4c3275a34bb6aec6e871c4a881574 de
This will add this key to your software sources list
Now we need to add command so that updates of themes themes keeps on coming.
To do that copy and paste the code below to your terminal and hit enter.
sudo aptitude update
Now comes the part that will install these themes in your linus operating system
sudo aptitude install zgegblog-themes
You will now see this message in your terminal-it shows the names of themes that are going to be installed
Now you will be asked the themes have been found and do you want to continue-press y and hot enter
It will around 350 Megabytes of your hard drive space.
Thats it now these themes will be installed and will be available to you when you go to your themes options.

