Re: 6.2 package list

2000-04-26 Thread Hal Burgiss
> Yes, but I want to know everything that's on the CD, not just the > installed packages. RPMS=/mnt/cdrom/RedHat/RPMS FILE=rpms.tmp > $FILE for i in $RPMS/*.rpm; do echo -e \\n$i: >> $FILE rpm -qlp $i | grep -v /usr/'\' >> $FILE done This will cut out some extraneous stuff (at least

Re: 6.2 package list

2000-04-26 Thread Matt Nelson
---Original Message- > > > From: Bob Rankin [SMTP:[EMAIL PROTECTED]] > > > Sent: Wednesday, April 26, 2000 3:26 PM > > > To: '[EMAIL PROTECTED]' > > > Subject: RE: 6.2 package list > > > > > > On Wed, 26 Apr 2000, Burke,

Re: 6.2 package list

2000-04-26 Thread Ron Golan
3:26 PM > > To: '[EMAIL PROTECTED]' > > Subject:RE: 6.2 package list > > > > On Wed, 26 Apr 2000, Burke, Thomas G. wrote: > > > > > doesn't rpm -q tell you everything that's installed? > > > > Yes, but I want to know ev

Re: 6.2 package list

2000-04-26 Thread Samuel Flory
Bob Rankin wrote: > > On Wed, 26 Apr 2000, Burke, Thomas G. wrote: > > > doesn't rpm -q tell you everything that's installed? > > Yes, but I want to know everything that's on the CD, not just the > installed packages. > " Installl rpmdb-redhat-6.2-0.2308.i386.rpm. This installs a full

Re: 6.2 package list

2000-04-26 Thread Peter Blomgren
rpm -qip /path-to-rpms/*.rpm > > On Wed, 26 Apr 2000, Burke, Thomas G. wrote: > > > doesn't rpm -q tell you everything that's installed? > > Yes, but I want to know everything that's on the CD, not just the > installed packages. > > Regards, > Bob Rankin -- \Peter. -- To unsubscribe: mai

RE: 6.2 package list

2000-04-26 Thread Burke, Thomas G.
My point is, that if you did a full install, then these would be identical > -Original Message- > From: Bob Rankin [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 26, 2000 3:26 PM > To: '[EMAIL PROTECTED]' > Subject: RE: 6.2 package list > > On We

RE: 6.2 package list

2000-04-26 Thread Bob Rankin
On Wed, 26 Apr 2000, Burke, Thomas G. wrote: > doesn't rpm -q tell you everything that's installed? Yes, but I want to know everything that's on the CD, not just the installed packages. Regards, Bob Rankin -[ BOB'S WORLD ]-- No BS Guide to L

RE: 6.2 package list

2000-04-26 Thread Burke, Thomas G.
nal Message- > From: Bob Rankin [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 26, 2000 3:21 PM > To: '[EMAIL PROTECTED]' > Subject: RE: 6.2 package list > > On Wed, 26 Apr 2000, Burke, Thomas G. wrote: > > > ls /mnt/cdrom > PackageList > >

RE: 6.2 package list

2000-04-26 Thread Bob Rankin
On Wed, 26 Apr 2000, Burke, Thomas G. wrote: > ls /mnt/cdrom > PackageList That gives me the filenames, but not the Group names (ie: Applications/Games) and the package sizes. Can you tell RPM to look at the CDROM instead of the hard disk? --Bob Rankin -- To unsubscribe: mail [EMAIL PROTECT

RE: 6.2 package list

2000-04-26 Thread Burke, Thomas G.
ls /mnt/cdrom > PackageList ? > -Original Message- > From: Bob Rankin [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 26, 2000 3:09 PM > To: [EMAIL PROTECTED] > Subject: 6.2 package list > > I notice that the complete package list is not included in t

6.2 package list

2000-04-26 Thread Bob Rankin
I notice that the complete package list is not included in the RH6.2 Install Guide, as it was in previous distributions. It sure would be nice to have. I can get RPM to tell me what packages are installed (using rpm -qai) but how can I get a list of ALL the packages on the CD? Regards, Bob Rank