Whether you're a seasoned Ubuntu user or a newcomer to the platform, you'll find Synaptic a powerful tool for managing software packages. Additionally, it allows you to install, upgrade, or remove packages easily.
Here's how you can install and use Synaptic package manager on Ubuntu to have fine-grained control over your software management.
How to Install Synaptic on Ubuntu
Firstly, open the terminal by pressing Ctrl + Alt + T and update your software packages with:
sudo apt update
Then, install Synaptic with:
sudo apt install synaptic
Press Y to confirm Synaptic installation and wait for a few minutes until it gets done.
Launching Synaptic on Ubuntu
After successful installation, you can launch Synaptic through the terminal:
sudo synaptic
Use Synaptic to Install Software on Ubuntu
On Ubuntu, you can use Synaptic to manage the packages graphically. More specifically, it helps you to install, upgrade, and remove packages.
For instance, to install an application, open Synaptic, type the application name, and click on the Search button.
From the search results, right-click on the selected package, and choose the Mark for Installation option.
Click on Mark to confirm the required changes.
View the application summary and click Apply to apply the relevant changes.
As a result, the selected package will start downloading.
To get more details about the installed package, select and click on Properties. You can now check out the information related to the installed package.
Uninstall Synaptic on Ubuntu
In case you no longer want to use Synaptic, remove it with:
sudo apt remove synaptic
Within a few seconds, APT will remove the software from your system.
Managing Ubuntu Packages Effortlessly With Synaptic
Synaptic is a valuable addition to your software management toolkit, which provides a smoother and more versatile way to interact with your Ubuntu system.
Give it a try, and you'll discover a new level of control and convenience in your software management tasks on Ubuntu.