Differences between revisions 91 and 92
Revision 91 as of 2019-09-02 04:15:28
Size: 3971
Editor: ?JasonQuinn
Comment: synaptic doesn't use "Ok" for in the dialogs but rather "Mark" and "Apply"
Revision 92 as of 2019-09-03 12:18:12
Size: 3987
Editor: ?JasonQuinn
Comment: rearranged paragraph to say what synaptic is for before giving the more technical sentence about alternatives
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
'''[[https://en.wikipedia.org/wiki/Synaptic_(software)|Synaptic]]''' is a GTK-based graphical interface to the Debian APT [[PackageManagement|package management]] system. It provides the same functionality as the [[aptitude]] or [[apt-get]] utilities and more. Synaptic enables you to install, upgrade and remove software packages in a user friendly way. This may be the package management tool of choice for those who prefer a graphical user interface over using a command line. '''[[https://en.wikipedia.org/wiki/Synaptic_(software)|Synaptic]]''' is a GTK-based graphical interface to the Debian APT [[PackageManagement|package management]] system. Synaptic enables you to install, upgrade and remove software packages in a user friendly way. This may be the package management tool of choice for those who prefer a graphical user interface over using a command line. It provides roughly the same functionality as the terminal-based [[aptitude]] and [[apt-get]] utilities.

Translation(s): English - Español - Català - Français - Italiano - Nederlands - Русский

(!) ?Discussion


Synaptic is a GTK-based graphical interface to the Debian APT package management system. Synaptic enables you to install, upgrade and remove software packages in a user friendly way. This may be the package management tool of choice for those who prefer a graphical user interface over using a command line. It provides roughly the same functionality as the terminal-based aptitude and apt-get utilities.

https://screenshots.debian.net/package/synaptic

Installation

Synaptic is installed by default in Debian if you choose the desktop task. Else, install the synaptic package.

Running Synaptic

Run synaptic from your Applications menu:

 Administration-> Synaptic Package Manager 

You will be asked for an administrator password.

Installing, removing packages

Synaptic shows you all the packages available to you - and marks each one as installed or not installed. A green check box means the package is already installed. A blank checkbox means the package is not installed. (Help -> Icon Legend explains all the ways the checkbox can look.)

To find a package, use the search box or Ctrl+F to search packages by name, description, or other keywords; or just browse the package list by category. Users may also be interested in installing the apt-xapian-index package, which will add a convenient "Quick filter" search box to synaptic.

After packages of interest are found,

  • Mark packages you want to install (or remove) by clicking their check box, or by clicking them with the right mouse button and selecting Mark for Installation/Removal

  • Click the Apply button.

You can also decide to select Mark Recommended/Suggested for Installation to install recommended/suggested packages which may provide additional functionality for to the main package.

Managing repositories

Packages in Debian are kept in Apt repositories. These repositories are listed in your sources.list file.

This file can also be edited from synaptic. In the menu, click  Settings -> Repositories 

From there you can manage Apt repositories type, URL, distribution and components, which affect what packages are available to you, and the system upgrade policy.

Upgrading all installed packages

Updated packages (minor upgrades or security upgrades) are regularly added to Debian repositories.

If no automatic upgrade mechanism is configured, you can use synaptic to keep your packages up to date:

  • Click on Reload to download new package information

  • Click on Mark All Upgrades

  • Review the list to make sure these are upgrades you are comfortable with, then click Mark in the pop-up dialog, otherwise click Cancel.

  • If you have selected upgrades, click Apply in the main window then in the pop-up dialog click Apply to upgrade all packages to latest versions.

Upgrading your distribution

See How to release upgrade your distribution to upgrade from one stable release to the next.

CategoryPackageManagement | CategorySoftware