Advanced Setup Guides
GUI versions of Ubuntu or Debian
EDIS does not offer a dedicated Debian or Ubuntu images with the a desktop enabled, but users can install Ubuntu 22.04 and enable the GUI via a few shell commands.
OS images with Graphical Desktop enabled
Asif from Lahore (PK) asked:
Do you provide GUI version for Ubuntu or Debian?
EDIS answered:
Although EDIS does not offer a dedicated Debian or Ubuntu image with GUI enabled, you can install Ubuntu 22.04 and add the GUI via a few small shell commands.
- Update the apt package index and install the
tasksel
tool.```shell sudo apt install tasksel - Execute the following
tasksel
command to install the Ubuntu desktop environment “Kubuntu”.```shell $ sudo tasksel install kubuntu-desktop - Reboot your system```shell
$ reboot
- The graphical user interface (GUI) should now start. Depending on your system, you may need to select your desired desktop environment on the login page before logging in. If the GUI isn’t starting at all, ensure that your system is set to boot into the graphical target. To do so, run:```shell
$ sudo systemctl set-default graphical.target
Advanced option for point 2: If you only run tasksel
**without **specifying the parameter install kubuntu-desktop
, you can pick what you would like to install from a dialog.
Was this page helpful?