Now, You Can Install Ubuntu’s Unity On Your Arch Linux System, Via The Unity-For-Arch Packages

Hello Linux Geeksters. A few months back, a third party developer has intended to create an Arch Linux flavor (Unity-for-Arch) that uses Ubuntu’s Unity as the default desktop environment. Despite the fact that it was ready for release in June 2013, the LiveCD had a bunch of issues and so, the developer changed the initial plan and started porting Unity on Arch Linux, via some third party repositories.

Watch Free Movies

Now, the developer has made Unity-for-Arch ready, enabling the users to install the Unity packages from Ubuntu 12.04 Precise Pangolin on their Arch Linux system. By installing Unity on your Arch Linux, you also install the LightDM display manager, Nautilus, Gnome, GTK3/GTK2 toolkits, Ubuntu indicators and libraries and Unity Lens.

Now, You Can Install Ubuntu's Unity On Your Arch Linux System, Via The Unity-For-Arch Packages

In this article I will show you how the Unity desktop environment (called Unity-for-Arch) on Arch Linux.

Follow the above instructions, in order to get a successful installation.

Add the Unity-for-Arch repositories:

$ sudo su
# echo "[Unity-for-Arch]" >> /etc/pacman.conf
# echo "SigLevel = Optional TrustAll" >> /etc/pacman.conf
# echo "Server = http://dl.dropbox.com/u/486665/Repos/Unity-for-Arch/$arch" >> /etc/pacman.conf

# echo "[Unity-for-Arch-Extra]" >> /etc/pacman.conf
# echo "SigLevel = Optional TrustAll" >> /etc/pacman.conf
# echo "Server = http://dl.dropbox.com/u/486665/Repos/Unity-for-Arch-Extra/$arch" >> /etc/pacman.conf

Update the local repository index and install Unity-for-Arch:

# pacman -Syu
# pacman -S $(pacman -Slq Unity-for-Arch)

Scroll to Top