Install Ubuntu Server and XFCE Desktop
Install Ubuntu Server and XFCE Desktop
� Wait for the installation to complete. Once done, remove the USB and reboot.
After rebooting, log in with the username and password you set up.
bash
CopyEdit
sudo apt update && sudo apt upgrade -y
bash
CopyEdit
sudo apt install xfce4 -y
This installs a basic XFCE desktop environment.
bash
CopyEdit
sudo apt install lightdm -y
Enable it:
bash
CopyEdit
sudo systemctl enable lightdm
bash
CopyEdit
sudo reboot
After reboot, you should see the XFCE login screen. Log in and enjoy your lightweight
Ubuntu Server desktop!
bash
CopyEdit
sudo apt install xfce4-goodies -y # Extra plugins for XFCE
sudo apt install firefox -y # Web browser
sudo apt install vlc -y # Media player