Differences between revisions 1 and 2
Revision 1 as of 2002-04-02 22:39:26
Size: 479
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 2 as of 2002-05-28 11:57:03
Size: 492
Editor: SimonHuggins
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

CategoryComputingTips > DebianCompTips
Line 20: Line 23:

----
CategoryComputingTips

CategoryComputingTips > DebianCompTips

Debian GNU/Linux Tips

See all of dpkg -l

dpkg -l gets cutoff? Use:

COLUMNS=200 dpkg -l

or if you just want package names:

dpkg --get-selections


Keeping up with changes in packages

apt-get install apt-listchanges - I like to keep up-to-date know what's changed on my woody boxes. This emails you the diffs of upgraded packages when you run apt-get upgrade.

TheEarthWiki: DebianCompTips (last edited 2008-02-19 15:39:14 by localhost)