APT-GET OR APTITUDE ?

Last update on April 6, 2009 01:57 PM by jak58
Published by jak58

APT-GET OR APTITUDE ?






What is aptitude?


aptitude is a package manager with a text mode interface.

But just as apt-get, it can also work from the command line.
In fact, you can directly substitute "aptitude" to "apt-get": The syntax is the same.

Example:

instead of typing: apt-get install gftp
type: aptitude install gftp

Why aptitude?


There was general aptitude handles dependencies better than apt-get.
For example, aptitude remove useless package when uninstalling a package.

Other advantages of aptitude are:
• aptitude offers access to all versions of a package.
• aptitude logs its actions in /var/log/aptitude.
• aptitude makes it easy to keep track of obsolete software by listing under "Obsolete and Locally Created Packages".
• aptitude includes a powerful search system to find particular packages and limiting the package display. Users familiar with mutt will pick up quickly, as mutt was the inspiration for the expression syntax. See "SEARCHING, LIMITING, AND EXPRESSIONS" in / usr / share / doc / aptitude / README.
• aptitude in full screen integrates knowledge and can be used by a normal user until you really need administrative privileges.
You can also check : http://www.pthree.org/2007/08/12/aptitude-vs-apt-get/
Best answers for « APT GET OR APTITUDE ? » in :
[Debian] Apt-get : NO_PUBKEY / GPG error Show [Debian] Apt-get : NO_PUBKEY / GPG error When updating the Debian based system, it may happens that the apt-get displays an error message like: W: GPG error: ftp://ftp.debian.org/ testing Release: The following signatures couldn't be...
Apt-get blocked Show Apt-get blocked Unblock apt-get Unblock the message to validate Unblock apt-get If for one reason or another, you encounter an apt-get blocking, below is a simple way to solve this problem: Kill the process apt-get: killall -9 apt...
Installing Opera 10 under Ubuntu 9.04 (Jaunty) Show Installing Opera 10 under Ubuntu 9.04 (Jaunty) If you already have an older version of Opera, first remove it: sudo apt-get remove opera (This operation will not results in the lost of your configuration or your bookmarks.) Then do:...
Unblocking apt-get ShowUnblocking apt-get If you ever encounter a failure with apt-get, perform the operations on a console under root: Kill the process named apt-get: killall -9 apt-get Reconfigure dpkg: dpkg --configure -a Update apt-get: apt-get...
How to install flash under firefox? ShowHow to install flash under firefox? Introduction Automatic installation Manual installation Introduction Flash is a software created in vector animation which allows image , vector graphic image, animation and videos on certain...
Installing an easy HTTP proxy-cache (polipo) ShowInstalling an easy HTTP proxy-cache (polipo) Intro Quick Installation Allowing hosts on the LAN to connect Changing the port Use a proxy server parent Using an alternative DNS server Disabling IPv6 More info Intro Installing an...