dpkg --get-selections

You can dump the output to a file with this.   (I schedule this in cron)

dpkg --get-selections > /etc/PACKAGELIST

And read it in later or on another machine with 

dpkg --set-selections < /etc/PACKAGELIST



-----Original Message-----
From: HappyEvilSlosh [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 15 October 2005 11:16 a.m.
To: [email protected]
Subject: apt dump


I'm trying to find a way to get apt-get to give me a list of all installed
packages. apt-cache dump isn't quite what I want as it prints out
dependencies as well.

--Slosh

Reply via email to