######################################################### using Synaptic with Debian 10 Buster - companion note ######################################################### Debian 10 Buster, when installed, does not come with Synaptic or a GUI. You MUST use the command line in order to follow any GUI instructions I list in my tutorials if you do not use Mint or Ubuntu. Many GUIs exist, but I prefer Cinnamon because it's the closest thing to the OS experience I am trying to flee (Windows). But XFCE's layout is better for those fleeing MacOS. Use the console login, and when you're logged in, please check if you are privileged: --------------- sudo -v --------------- If it says you are a sudo user, then please continue. If not, you can't. Type the following to install Cinnamon on your Debian 10 installation, but refresh your dpkg cache first: -------------- apt update apt-get install cinnamon -------------- This will add 5% extra space to a 50 GB droplet. When you are logged into an X session on your droplet, your CPU usage will SPIKE. Please don't use the GUI unless you have to, otherwise your droplet may incur surcharges. Now install Synaptic: ------------- apt update apt-get install synaptic ------------- If you want to get the GUI working and use this for tutorials, you MUST configure VNC for this server. I have a tutorial in this same folder at 'enabling-vnc-on-linux.html'. Type this address, without quotes, into the /story directory and press Enter.