Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Debian GNU/Linux Reference Guide
Prev Home Next

6.1.1 Main package management tools

     dpkg      – Debian package file installer
     apt-get   – Command line front end for APT
     aptitude  – Advanced text and command line front end for APT
     synaptic  – Gtk GUI front end for APT
     dselect   – Menu-driven package manager
     tasksel   – Task installer

These tools aren't all alternatives to one another. For example, dselect uses both APT and dpkg.

APT uses /var/lib/apt/lists/* for tracking available packages while dpkg uses /var/lib/dpkg/available. If you have installed packages using aptitude or other APT front ends and you want to use dselect to install packages then the first thing you should do is update /var/lib/dpkg/available by selecting [U]pdate from dselect's menu (or by running "dselect update").

apt-get automatically installs all packages upon which a requested package Depends. It does not install the packages that a requested package merely Recommends or Suggests.

aptitude, in contrast, can be configured to install packages that a requested package Recommends or Suggests.

dselect presents the user with a list of packages that a selected package Recommends or Suggests and allows these to be selected or deselected individually. See Package dependencies, Section 2.2.8.


Debian GNU/Linux Reference Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire