Re: Get list of all installed packages from Testing

2004-08-04 Thread Marco Adurno
apt-show-versions | grep testing hope this help Marco Brian Nelson wrote: Alexander Schmehl <[EMAIL PROTECTED]> writes: * Jacob Friis Larsen <[EMAIL PROTECTED]> [040803 18:33]: How can I get a list of all installed packages from the Testing release of Debian? dpkg --get-selections I

Re: Get list of all installed packages from Testing

2004-08-04 Thread Brian Nelson
Alexander Schmehl <[EMAIL PROTECTED]> writes: > * Jacob Friis Larsen <[EMAIL PROTECTED]> [040803 18:33]: > >> How can I get a list of all installed packages from the Testing release >> of Debian? > > dpkg --get-selections > > If you want a list of remove

Re: Get list of all installed packages from Testing

2004-08-03 Thread Alexander Schmehl
* Jacob Friis Larsen <[EMAIL PROTECTED]> [040803 18:33]: > How can I get a list of all installed packages from the Testing release > of Debian? dpkg --get-selections If you want a list of removed packages, too, add a \*. Yours sincerely, Alexander signature.asc Descript

Get list of all installed packages from Testing

2004-08-03 Thread Jacob Friis Larsen
Hello. How can I get a list of all installed packages from the Testing release of Debian? Thanks, Jacob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

list of all installed packages

2002-01-16 Thread Ron Johnson
After the recent conversation regarding this, and since I'm a Debian- newbie, and want to keep a history of ~when I installed packages, I created this little bash script that I run each time I install or remove packages: x=`date +%y%m%d.%H%M` COLUMNS=120 dpkg -l > ~/dpkg.installed.$x ln -sf ~