On Mon, Nov 13, 2006 at 01:01:53PM -0700, Chad Woolley wrote: > Dumb apt question: How can I see all the local packages I have > installed? You can use `dpkg --get-selections'. Pipe through awk to limit to installed packages. C.