On Wed, 02 Aug 2000,  ll wrote about,  Please help,just some simple problems:
>     And, i installed some rpm packages, where do i
> find them? for ex i installed a windows emulator so i
> really dont want to go to windows for my little
> needs,if that emulator can already run some specific
> things.
> 

You can see what files are included in a rpm with
rpm -ql <package>
The <package> is without version number, otherwise rpm will complain.

If you want to know the files of a rpm that you have not installed up to
now, use:
rpm -qlp path/to/rpm
The path is the full name of the rpm (kernel-headers-2.2.16-3.i386.rpm or
whatever). It can even be a ftp path:
rpm -qlp ftp://ftpserver.org/somepath/someprog.rpm

Peter



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to