Debian Package Management

From FreekiWiki
Revision as of 15:20, 31 March 2006 by Vagrant (talk | contribs) (added prereqs)
Jump to navigation Jump to search

This is a stub. Please feel free to give this article love and attention if you know more about this topic than we have here.


this class should outline the basics of debian package management- searching, installing, updating and removing software.

prerequisites:

apt

where to get software from: /etc/apt/sources.list

apt-get update

apt-get upgrade

apt-get dist-upgrade

apt-get remove

apt-get clean

apt-get autoclean

apt-cache search

apt-cache policy

pinning: /etc/apt/preferences

aptitude

similar to apt, but more sophisticated. has a text-only menu system.

dpkg

dpkg -l

dpkg --get-selections

dpkg -L

dpkg -S

dpkg -i

synaptic

it's graphical. point and click your way to carpal tunnel.