I have install Ubuntu 14.04 LTS in an ARM device, but it comes without a Graphic User Interface. In another ARM device I managed to install a GUI (Ubuntu Desktop), but this device has less internal memory and can not be installed. So I have been looking for other alternatives such as LXDE, Enlightenment or Icewm. However in tutorials I have been looking for seems that the repositories needed are outdated.
For example while installing Enlightenment I get this error:
package enlightenment has not installation candidate
Then, when the installation of Icewn goes good, but when I try to lunch Icewm with sudo icewm I get this error:
$ sudo icewm
IceWM: using /home/ubuntu/.icewm for private configuration files
IceWM: Can't open display: <none>. X must be running and $DISPLAY set.
I don´t know why, my ARM device is connected to a VGA display.
This tutorial for Enlightenment:
http://www.noobslab.com/2017/05/install-enlightenment-e21-desktop-in.html
This is the tutorial I am using for Icewm:
https://www.howtoinstall.co/es/ubuntu/trusty/icewm
– Andermutu Sep 05 '17 at 08:15package enlightenment has not installation candidatemeans either there is no installation package in repositories or you haven't updated it yet. Make sure you have added PPA and ransudo apt updated. – Mostafa Ahangarha Sep 05 '17 at 08:22sudo apt install xorg– Mostafa Ahangarha Sep 05 '17 at 08:34