
Check out my New Theme of Ubuntu… I’m Lovin it…
)
Here is how you can do it -
==Install==
Open a terminal and type the following commands:
$ wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.1/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz
$ tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp
$ cd /tmp/Macbuntu-10.04/
$ ./install.sh
or
$ wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.1/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz && tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp && cd /tmp/Macbuntu-10.04/ && ./install.sh
Follow the instructions
== Uninstall ==
How to remove Macbuntu?
Command line method
Open a terminal and type the following commands:
$ cd ~/.macbuntu/10.04-2.1/
$ ./uninstall.sh
or
$ cd ~/.macbuntu/10.04-2.1/ && ./uninstall.sh
