⇤ ← Revision 1 as of 2002-04-02 22:39:26
Size: 479
Comment: missing edit-log entry for this revision
|
Size: 492
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.