~~Title: Arch Linux~~ ==== Arch ==== The way to install Enlightenment on Arch Linux is quite easy, use the official repo: pacman -S enlightenment pacman -S terminology # optional terminal Install and enable offical Enlightenment login manager - Entrance yaourt entrance-git systemctl enable entrance.service Many apps or efl tools are available in AUR packages, for example with [[https://wiki.archlinux.org/index.php/Yaourt|Yaourt]]: yaourt -S clouseau-git If you only want Elementary with EFL: pacman -S elementary If you want to install Enlightenment and/or EFL from source, the easiest way is to first install the arch packages to have them pull in dependencies, then remove them: pacman -S elementary pacman -R efl Then go to [[/docs-efl-start]] tutorial, to install Enlightenment and/or EFL from source. ==== Programs ==== If you want to install Enlightenment base programs: pacman -S rage #Video Player yaourt ecrire-git #Text Editor yaourt enjoy-git #Music Player yaourt ephoto-git #Photo Viewer #Games yaourt efbb-git #Escape from Booty Bay (like Angry Birds) yaourt elemines-git #Elemines minesweeper style game To install all without games: pacman -S rage && yaourt ecrire-git && yaourt enjoy-git && yaourt ephoto-git To install all with games: pacman -S rage && yaourt ecrire-git && yaourt enjoy-git && yaourt ephoto-git && yaourt efbb && yaourt elemines-git ==== Enlightenment with Wayland ==== Note: Highly Experimental ! Install Wayland and Enlightenment with Wayland support pacman -S wayland yaourt enlightenment-wayland-git After install that package, reboot system. Login to a TTY and type enlightenment_start_wayland (The best run without a graphical login manager.) Full documentation community Archlinux available at [[https://wiki.archlinux.org/index.php/Enlightenment]]