Talk:Debian Package Management

From FreekiWiki
Revision as of 16:47, 7 April 2006 by Vagrant (talk | contribs) (add note about dpkg -l header, and respond to pete)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dependency, recommends --VAGRANT ADD SOMETHING

and something about "pinning"

explain dpkg -l header:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                          Version                       Description
+++-=============================-=============================-================
un  hello                         <none>                        (no description available)

pete question:

syntax of, for example:

deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted

versus:

deb http://us.archive.ubuntu.com/ubuntu breezy-updates main
deb http://us.archive.ubuntu.com/ubuntu breezy-updates restricted

yes. these are actually equivalent. --Vagrant