How to Install and Configure Synaptic Package Manager in Ubuntu? Last Updated : 05 Oct, 2021 Summarize Comments Improve Suggest changes Share Like Article Like Report Synaptic Package Manager is a GUI based package management tool that uses APT (Advanced Package Tool) to installing, updating or removing packages from the Linux system. Some of the feature given by Synaptic Package Manager are: Allow installing, updating or removing packagesUpgrading whole systemSearching and filtering the list of packages available with APTFixing broken package dependenciesForce the installation of a specific package version Installing Synaptic Package Manager Step 1: To install Synaptic Package Manager, open terminal on your system and enter a command. $ sudo apt install synaptic Enter the password, press "Y" and enter. Step 2: Once the installation completes, you can open the GUI window by typing. $ sudo synaptic Installing Packages using Synaptic Package Manager Step 1: Search for the required packages in the search bar placed at the top. Step 2: When you click on the search icon a window will appear, type the name of the package you need. Step 3: Mark the packages you need from the search list. and press Apply button on the top bar. Comment More infoAdvertise with us Next Article How to Install and Configure Synaptic Package Manager in Ubuntu? I itsvinayak Follow Improve Article Tags : Linux-Unix how-to-install Similar Reads How to Install Deb Files (Packages) on Ubuntu Installing the application on Windows is an easy task, as we just need to download the .exe file of the application and complete the installation in simple clicks, but the installation of the application on Linux or Ubuntu is quite different from Windows. We need to execute the commands and perform 7 min read How to Install apt-file package on Ubuntu? Apt-file is a software program that indexes the contents of packages in your accessible repositories and allows you to search for a certain file among all available packages. Apt-file is a command-line utility for searching files in APT packages. You may search for which package a file is in or show 3 min read How to Install tix package in Ubuntu? Tix is also known as Tk Interface Extension. It is a python module that provides an extra rich set of widgets to TkInter. Although the standard Tk library contains different types of useful widgets and Tix library adds on the missing important widgets to the standard Tk library. It adds 40+ widget c 2 min read Using Synaptic Package Manager to Download a Package in Linux Synaptic package manager is GTK-based graphical user interface based on Advanced Package Tool, or APT for download or removes packages on Debian based system like Ubuntu. We can download packages by using the apt command, but the GUI interface is always user-friendly and easy to use. To install syna 3 min read What is Fedora's DNF package manager and how to use it? A package manager is a program that helps you to manage and install and manage apps and their dependencies on a system. While Debian-based systems have dpkg and APT as their package managers and Arch-based systems have Pacman, Fedora-based systems use DNF. What is DNF?DNF or Dandified YUM is the pac 5 min read Like