On Saturday 12 August 2006 10:34 am, Jabka Atu wrote:
> H0wdy...
>
> i need to create a backup of my system but i don't want to copy all the
> progs (i need only the package list).
"dpkg -l | awk '{print $2}' > /path/to/output/dpkg-filelist"
Sample output looks like :
Status=Not/Installed/Conf
On Sat, Aug 12, 2006 at 06:34:36PM +0300, Jabka Atu wrote:
> i need to create a backup of my system but i don't want to copy all the
> progs (i need only the package list).
Debian makes it nice and easy to get a list of all installed packages:
# dpkg --get-selections
aalib1
2 matches
Mail list logo