How to Install Macbuntu on Ubuntu 10.04 and Ubuntu 10.10

Source : SaraAdd time : Oct 17, 2010Category: Linux > Desktop Environment

Overview: Macbuntu can install all the neccessary apps, icons, and other resources to make your Ubuntu desktop as Mac OS X. This tutorial will offer you a simple way to install Macbuntu on Ubuntu 10.04 and Ubuntu 10.10. If you don't like it, the tutorial will also guide you to uninstall it.

macbuntu ubuntu 10.10, macbuntu ubuntu 10.04, macbuntu install, macbuntu uninstall, ubuntu desktop as mac

Software you’ll need :

Install Macbuntu on Ubuntu 10.04

Run the following command in a terminal on Ubuntu 10.04:

wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.2/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

Install Macbuntu on Ubuntu 10.10

Run the following command in a terminal on Ubuntu 10.10:

wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.10/v2.3/Macbuntu-10.10.tar.gz -O /tmp/Macbuntu-10.10.tar.gz
tar xzvf /tmp/Macbuntu-10.10.tar.gz -C /tmp
cd /tmp/Macbuntu-10.10/
./install.sh

Uninstall Macbuntu from Ubuntu 10.04 and Ubuntu 10.10

Retyping the above commands, just replace ./install.sh with ./uninstall.sh instead