I've been around Linux long enough to have experienced nearly every package manager (GUI or not) ever created.
I remember, in 2001, when a particular GUI frontend for the apt package manager was first released. I had become so accustomed to installing software from the command line that a GUI tool seemed like crazy talk.
But I decided to give this new kid on the block a try and see how it fared.
I was impressed and glad not to always have to type commands to install the software I needed.
Also: Here's the easiest thing Linux developers can do to win more users
Back then, Synaptic was a welcome and modern change. It seemed, dare I say, fancy!
Since Synaptic was released, other software centers, such as GNOME Software and Discover, have arrived, causing me to leave Synaptic behind. However, I have come across a few Linux distributions lately that default to Synaptic, so even though this package manager GUI is long in the tooth, it's still very relevant.
So, how do you install software with Synaptic? Let me show you.
What you'll need: The only thing you'll need for this is an Ubuntu/Debian-based distribution that includes Synaptic. If your distribution of choice doesn't use this GUI and you'd like to try it, you can install it with the command:
sudo apt-get install synaptic -y
Click your desktop menu icon and search for Synaptic. Depending on the Linux distribution you use, the location of Synaptic may vary. When you open Synaptic, you'll be prompted for your user password. After successful authentication, the Synaptic main window will appear.
Show moreSynaptic might not have the most modern looking GUI, but it's effective at what it does.
Jack WallenClick Search in the upper-right corner of the Synaptic window, then type the name of the software you want to install. For example, if you want to install the Audacity audio recorder, type "Audacity" when prompted and hit Enter on your keyboard.
Also: This lightweight, easy-to-use Linux OS can save your aging Windows 10 PC
From the results, click the checkbox associated with Audacity, then, from the drop-down, click Mark for Installation. Audacity will return with several dependencies that must be installed. Click Mark to confirm the installation of the dependencies.
Show moreYou have to manually mark packages for installation with Synaptic.
Jack WallenFinally, hit Apply, and then, when prompted, click Apply a second time. The installation will begin and should finish without issue.
You can also upgrade your installed software with Synaptic. Here's how to do that.
Click Mark All Upgrades in the toolbar and a new pop-up will appear listing all of the additional required changes.
If you're OK with what's about to be installed, click Mark. A new pop-up will appear. Click Mark in the new pop-up, then, when prompted, click Apply a second time. This will launch the upgrade process. When the upgrade is complete, click Close to dismiss the "Changes applied" pop-up.
Preparing to Upgrade Ubuntu Linux.
Jack WallenEvery so often, an installation might go sideways. With the apt-package manager, this is resolved with the-foption, as in:
sudo apt-get install -f
That usually fixes things.
Synaptic has an option for that very thing. If you are notified that a package is broken, click "Edit" > "Fix Broken Packages." Once you've done that, click "Apply," and the fix will be taken care of.
There are a few other cool tricks you can pull off with Synaptic. Here's a short list:
Also: How to install Arch Linux without losing your mind
If you find your distribution of choice includes the Synaptic GUI, I'd highly recommend you consider using it, as it's generally faster than more modern GUIs, makes it easier to view details about packages, helps fix things (should they go awry), and can purge applications (which other GUIs can't do).