Difference between revisions of "Debian Package Management"
Jump to navigation
Jump to search
(a little more substance) |
(added prereqs) |
||
| Line 2: | Line 2: | ||
this class should outline the basics of debian package management- searching, installing, updating and removing | this class should outline the basics of debian package management- searching, installing, updating and removing | ||
| − | software. | + | software. |
| + | |||
| + | prerequisites: | ||
| + | |||
| + | * basic familiarity with [[Basic_Linux_Command_Line_for_Builders|commandline]] and [[Command Line 2]] | ||
| + | * basic familiarity with [[Where_Is_Everything|linux]] | ||
[http://packages.debian.org/apt apt] | [http://packages.debian.org/apt apt] | ||
Revision as of 14:20, 31 March 2006
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:
- basic familiarity with commandline and Command Line 2
- basic familiarity with linux
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
similar to apt, but more sophisticated. has a text-only menu system.
dpkg -l
dpkg --get-selections
dpkg -L
dpkg -S
dpkg -i
it's graphical. point and click your way to carpal tunnel.