Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Install Synaptic Package Manager: Handle packages in Ubuntu

Posted on 12/02/202107/09/2023 IT Expert By IT Expert 3 Comments on Install Synaptic Package Manager: Handle packages in Ubuntu
  1. Home
  2. Linux
  3. Install Synaptic Package Manager: Handle packages in Ubuntu

Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command-line utility with a GUI based on Gtk+. If you are a strong supporter of using GUI to install apps in Debian and Debian-based systems such as Ubuntu, and Mint, etc, Synaptic will be nice to install and try out. Also if you wish to manage your Linux device using cockpit, please see the following guides “Installation and configuration of Cockpit on CentOS Linux, and on Ubuntu Linux post-installation of Network Properties, Guest Integration and Web Administration using Cockpit“. The Synaptic Package Manager can help determine software installed via PPA and also help remove them.

APT (Advanced Package Tool) is a command line tool that works with core libraries to handle the installation and removal of software on Debian, Ubuntu, and Debian-based Linux distributions. Debian Linux uses dpkg packaging system. A packaging system is a way to provide programs and applications for installation.

WineHQ – Install Windows Apps on Linux: If you would like to install Windows Application on Windows, see the following related articles “How to install and uninstall WineHQ on Linux: Run Windows applications, What is WineHQ: How to get and WineHQ, and how to run Windows applications on Linux.

Why use Synaptic Package Manager?

Synaptic simplifies the process of software management when you are not so chummy with the command-line. Some of the features Synaptic offers are:

  • Install, remove, and upgrade packages.
  • Upgrade your whole system.
  • Search and filter the list of available packages.
  • Perform smart system upgrades.
  • Fix broken package dependencies.
  • Edit the list of used repositories (sources.list).

Install Synaptic in Ubuntu

To install the Synaptic Package Manager on your Linux system, please use the following command below. When prompted to continue, please enter “Y” to proceed with the installation.

sudo apt-get install synaptic 

After hitting Yes, after a short while. You will have installed the Synaptic Package Manager.

Launch Synaptic on Ubuntu

Now you should launch the “Synaptic” as shown below.
– Click on the show application and search for the Synaptic Package Manager as shown below.

launch Synaptic Package Manager application

Double click on it. Authentication will be necessary for you to execute the Synaptic Package Manager. Without entering your password, you will not be able to authenticate and proceed.

Enter password

This will now open the Synaptic Package Manager main application window. In the quick introduction window, you can choose to skip this at Synaptic Package Manager startup if you want and click on close.
– You can just click on Close on the fly if you do not mind having this Quick Introduction Window pop up during startup.

Click on Close

Now you should have access to the full Synaptic Package Manager application as shown below.

Synaptic Package Manager application is fully accessible

Install Notepad

Let’s assume I want to install a Notepad package, you will have to find and install Notepad as shown below.
– Click on the Search button and enter the keyword in the search box.

Search for Notepad

Now that you have found the package you want to install, select the checkbox next to it and choose Mark for installation.
– Next, if the package requires the installation of other packages, choose Mark to install them as well as shown below. As you can see the package has been selected for installation.

Mark for Installation
Mark for Installation
Click on Mark
Click on Mark

Now, you will have to click on the Apply button to begin the installation process.

Click on Apply

On the summary page, please review the changes and click on Apply as shown below

Click on Apply
Click on Apply
Package files are being Downloaded
The package files are currently downloading.

As you can see below, the changes have been successfully applied. You can optionally check to have the this window closed whenever changes (application) are successfully applied.

You can optionally check to have the this window closed whenever changes (application) are successfully applied.

As you can see the Notepad has been installed on my system. Search for Notepad and launch it.

Search for Notepad
Search for Notepad
Notepad Application has been Launched
Notepad Application has been Launched

Remove Packages with Synaptic Package Manager

I will be removing GNS3 from my Ubuntu Linux system. This was also previously installed using Synaptic.
– To remove a the GNS3 package, search for GNS3 from the Synaptic Package Manager as shown below by click on search, enter the package name and then click on search.

search for GNS3 from the Synaptic Package Manager

This will open the package you wish to uninstall.
– Now right-click on the package and choose Mark for Removal or choose the Mark for Complete Removal option if you want to remove configuration files associated with the package. For me, I will go with the option, mark for removal as shown below.

choose Mark for Removal or choose the Mark for Complete Removal

Now as you can see below, the application has been marked for removed and the button beside the package is currently checked.
– Now, you will have to click on the Apply button to begin the uninstallation process.

Click on apply to begin uninstallation

On the summary window, click on Apply. This will begin the removal process as shown below.

Click on apply
Click on apply
Click on apply
Click on apply

View the properties of an Application

To display information about an installed package, such as its dependencies, version, and description etc., please search and select the package as shown below.

Search and select package to view its properties

Next you will have to click the Properties button to reveal the properties of the package as shown below.

Upgrade your Packages all at once: To keep your system up-to-date and upgrade all packages, you will have to click the Reload button to reload the package information.

Click on Reload

Packages will be download. This is done by having the Synaptic Package Manager check for new, removed or upgraded software packages.

Downloading package information

Now that the package download has completed (reload process) completed, click the Mark all Upgrades button as shown below.
– Note: All packages will automatically be selected.

click the Mark all Upgrades 

In the next window that appears, click on Mark to mark all additional required changes

click on Mark to mark all additional required changes

Click on Appy to ensure the upgrade changes are applied. In the summary window, click on Apply as well.

Click on Apply
Click on Apply
Click on Apply
Click on Apply
Packages will be download and installed.

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session. I welcome you to follow me on Twitter and Facebook.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Linux Tags:Linux distro, Package Management, Packages, Ubuntu

Post navigation

Previous Post: Determine the execution policy configured on Windows PC
Next Post: Determine the version of GNOME running on your Ubuntu Linux

Related Posts

  • FEATUREDC
    How to create Confidential VMs in Azure AWS/Azure/OpenShift
  • APACHECASS FEATURE
    How to Install and Configure Apache Cassandra on Linux Server Linux
  • How to use Netstat.exe to confirm which Program uses or blocks a port
    How to use Netstat.exe to confirm which Program uses or blocks a port Linux
  • systemd services
    How to use Systemd Timers on Linux Linux
  • Run Linux on Windows Server
    How to install Windows Subsystem for Linux on Windows Server Linux
  • ysvxdf
    Install and configure BigBlueButton on Ubuntu Linux Linux

More Related Articles

FEATUREDC How to create Confidential VMs in Azure AWS/Azure/OpenShift
APACHECASS FEATURE How to Install and Configure Apache Cassandra on Linux Server Linux
How to use Netstat.exe to confirm which Program uses or blocks a port How to use Netstat.exe to confirm which Program uses or blocks a port Linux
systemd services How to use Systemd Timers on Linux Linux
Run Linux on Windows Server How to install Windows Subsystem for Linux on Windows Server Linux
ysvxdf Install and configure BigBlueButton on Ubuntu Linux Linux

Comments (3) on “Install Synaptic Package Manager: Handle packages in Ubuntu”

  1. Avatar photo fra Man says:
    29/04/2021 at 10:36 AM

    pity that, with the latest upgrade of ubuntu21, this superb tool does not work anymore

    Log in to Reply
  2. Avatar photo Michael E Pollock says:
    16/07/2021 at 6:52 PM

    I prefer Kubuntu over Ubuntu and Lubuntu, because it allows me to take advantage of a typing speed in excess of 85 words per minute, but I found the computer I recently purchased with Lubuntu pre-installed did not have a Synaptic Package Manager included and I was unable to determine how to download it, so I purchased a disk with Kubuntu 15.0.4 which I installed over Lubuntu, only to discover it also does not have Synaptic and I am unable to determine how to download it. Must I begin with Ubuntu, download Synaptic, then convert to Kubuntu?

    Log in to Reply
    1. chris Christian says:
      19/07/2021 at 11:14 AM

      Unfortunately, I haven’t worked with Lubuntu and Kubuntu. Therefore, I cannot advise.

      • Please ask on itsfoss forum.
      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • PrintNightMare
    Mitigating ‘PrintNightmare’ Vulnerability: Print Spooler Solutions Security | Vulnerability Scans and Assessment
  • Enable or Disable Mac asking for Password
    Enable or Disable Mac asking for Password after Sleep or Screen Saver Mac
  • Plex DS923+ NAS
    Step-by-step guide on how to set up the Synology DS923+ NAS Reviews
  • unabletouninstallonedriveonmac
    Cannot Uninstall the OneDrive App: The item “OneDrive” canot be moved to the Bin because it is open JIRA|Confluence|Apps
  • Capture
    5 ways to take screenshots on Windows 11 JIRA|Confluence|Apps
  • GRADLE FEATURE
    How to install Gradle on Ubuntu Linux
  • windows 1 2
    How does Dynamic Host Configuration Protocol work Windows Server
  • FIX RDP Authentication Error
    Fix Remote Connection Issue: An Authentication Error Has Occurred with Code 0x80004005 Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,779 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.