Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How To Install a Graphical Desktop on an Ubuntu Instance

edited Nov 9, 2022 9:00AM in Linux

1). From a shell prompt, run the following commands to install the Xfce4/xubuntu desktop, which is a light-weight GUI desktop for Ubuntu:

(ubuntu) $ sudo apt update

(ubuntu) $ sudo apt install tasksel

(ubuntu) $ sudo tasksel install xubuntu-desktop

2). To make sure the system boots into the GUI, run the following command:

(ubuntu) $ sudo systemctl set-default graphical.target

3). Once installation has completed, reboot your system:

(ubuntu) $ sudo reboot

If you need to access the graphical desktop remotely, you can do so by setting up a VNC server on the instance.

1). First, install a VNC server package, such as TightVNC Server:

(ubuntu) $ sudo apt get install tightvncserver

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!