PDA

View Full Version : Getting a list of downloaded packages


Pyro.699
August 13th, 2008, 04:56 AM
Hello,

Is it possible to get a list of packages that you have downloaded and installed already? Use: I make the list, and reformat my computer, then import that list so that i dont have to search through all the packages again.

Thanks
~Cody Woolaver

null byte
August 13th, 2008, 05:00 AM
dpkg -l | awk '{print $2}' > packages.txt

Pyro.699
August 13th, 2008, 05:02 AM
Thanks,

How would i go about importing that list?