Computer >> Computer tutorials >  >> System >> Linux

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

Published Oct 17, 2023, 3:45 PM EDT

Sharqa is a technical content writer who specializes in creating high-quality, valuable, and SEO-optimized content. She has delivered content related to different operating systems, programming languages, GUI-based apps, IT, and Technology.

Sign in to your MakeUseOf account

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
Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

Then, install Synaptic with:

sudo apt install synaptic
Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

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
Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

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.

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

From the search results, right-click on the selected package, and choose the Mark for Installation option.

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

Click on Mark to confirm the required changes.

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

View the application summary and click Apply to apply the relevant changes.

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

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.

Install Synaptic Package Manager on Ubuntu – A Step‑by‑Step Guide for All Users

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.