Skip to main content

How to install Nginx Proxy Manager on proxmox 8.3.2 container

How to Install a Full Desktop (GUI) on Ubuntu Server


 



Video Tutorial 

Now a days everything is getting very user-friendly other than Ubuntu servers. So they introduced this feature for server to have a user friendly look. The GUI package doesn't come with the install but the installation is not that difficult. I'am posting the commands bellow also there is a video above as well, I mentioned everything in that short video. 




sudo apt update && apt upgrade -y


sudo apt install xubuntu-desktop

For Minimal version (Optional)





sudo apt install --no-install-recommends xubuntu-desktop



Comments