Sunday, October 17, 2010 6:45:28 PM
Ubuntu, Try new, Life for fun
Lifehackerでも取り上げています、
Macbuntu。Terminalから数行入れるだけで一発にMacの気分でLucidが使えま〜す。
If you're a fan of OS X's GUI but don't feel like paying for a Mac (or giving up your precious Linux), Macbuntu will install all the necessary apps, icons, and other resources to make your desktop look just like OS X. If you're using Ubuntu 10.04 Lucid Lynx, just type the following four lines in a Terminal window, hitting Enter after each one:
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
If you're using the new Ubuntu 10.10 Maverick Meerkat, type the following instead (note that the 10.10 Macbuntu is still in Alpha):
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.shV2.3ではGlobal Menuの表示に不具合がありました、ですから上記のように2.2に入れ直しました。しかし、この世界もビックリドッキリの進化と...
Uninstallの方法は
こちらを御覧ください。