#!/bin/sh # List the Debian packages currently installed on this computer, along # with their version number and whether they were installed manually or # automatically. One package (and associated information) is listed per # line. # [JNZ] Modified 27-Mar-2007 # Released into the public domain. aptitude --sort name --width 78 --display-format '%p %?v [%c%M]' search '~i|~c'