Xubuntu is XFCE + Ubuntu !
XFCE is a light-weight GUI/Desktop for Ubuntu.
Vultr Servers need additional dependencies which are, by default, not installed and therefore, the GUI would not work just by installing XFCE4 Package. However, the same can be accomplished by following the below mentioned steps:
Update the current repositories:
sudo apt-get update
Install Xubuntu Desktop :
sudo apt-get install xubuntu-core^
Install nano. (Nano is a text editor for CLI. You can use any other CLI text editor like vi as well)
apt-get install nano
I have used nano, but you can open /etc/default/grub
in any text editor of your choice.
sudo nano /etc/default/grub
a. Look for a line that starts with GRUBCMDLINELINUX_DEFAULT, and comment out that line by pre-pending** #** sign.
b. Change GRUBCMDLINELINUX="" to: GRUBCMDLINELINUX="text"
c. Next, uncomment (by removing "#" sign) the line that says "#GRUB_TERMINAL=console". This line should not look like : GRUB_TERMINAL=console
d. run update-grub command to update config file in /boot based on these changes.
sudo update-grub
e. update systemd to make it boot to CLI
sudo systemctl set-default multi-user.target
Reboot the system
You could earn up to $300 by adding new articles