Site icon Dipin Krishna

Synaptic Package Manager: a GUI method for installing programs/packages

While “apt-get” and “aptitude” are fast ways of installing programs/packages, you can also use the Synaptic Package Manager (System -> Administration -> Synaptic Manager), a GUI method for installing programs/packages. Most (but not all) programs/packages available with apt-get install will also be available from the Synaptic Package Manager. This is the preferred method for most desktop users. In this guide, when you see

sudo apt-get install package

you can simply search for package in Synaptic and install it that way.

Add/Remove Programs

Not all packages available from apt-get, aptitude, and Synaptic Package Manager are available in Add/Remove Programs. However, it is the easiest interface for new users of Ubuntu and directs them to preferred packages.

Manual Updates

sudo apt-get update
sudo apt-get upgrade
or
System -> Administration -> Synaptic Package Manager -> “Reload” then “Mark all upgrades”
If there are packages available for updating, you will be prompted whether to install them.

Automated Updates

  • System -> Administration -> Synaptic Manager -> Settings -> Preferences -> General -> Reloading Outdated Package Information -> Automatic
Exit mobile version