[1139] in RedHat Linux List
Re: Playing CDs?
daemon@ATHENA.MIT.EDU (BORG)
Sat Oct 26 17:46:47 1996
Date: Sat, 26 Oct 1996 14:34:37 -0700
From: BORG <vladimip@iceonline.com>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Michael J. Yanowitz wrote:
.....
>
> rpm -qa show INSTALLED packages, I wanted
> to search the UNINSTALLED ones.
Fine. A script to do just that was posted here
some time ago, I am re-sending it:
[vlad@borg vlad]$ more rpmcontents
#!/bin/sh
# change the following to where _your_ rpms are
cd /shared/rpms/
for i in *;
do
echo -------------
echo $i
rpm -qpi $i
rpm -qpl $i
done > $HOME/download_packages.txt
# end
After running that one you will get a long list-file
that you can search by grep for keywords such as
"cd", "play" "audio" and whatever...
Regards,
--
*** #include <disclaimer.h> ***** Good pings come in small packets
******** Vlad Petersen ********** ********************************
*** <vladimip@iceonline.com> **** **** Linux: OS I can trust *****
******** Vancouver, B.C. ******** ********************************
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null