Re: How to find out info on this .rpm file?
From: Nico Kadel-Garcia (nkadel_at_comcast.net)
Date: 11/02/03
- Previous message: Lenard: "Re: black screen: as opposed to blue screen?"
- In reply to: linuxquestion_at_yahoo.com: "How to find out info on this .rpm file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 2 Nov 2003 13:01:31 -0500
<linuxquestion@yahoo.com> wrote in message
news:672ceaed.0311012249.2c04221a@posting.google.com...
> Dear experts,
>
> I know how to query whether something is already
> installed on my machine.
>
> rpm -qa | grep somefeature
>
>
> However, say I have a file: something.rpm
>
> What is the command to find out it's contents,
> what it is, prerequisites, etc. ie.
>
> command -flag something.rpm
>
> And without searching the web for documentation.
>
> I've read the man pages for rpm, but it's not obvious.
> Is it a different command?
rpm -q -p $name.rpm
rpm -q -i -p $name.rpm
rpm -q -l -p $name.rpm
rpm -q --requires -p $name.rpm
rpm -q --provides -p $name.rpm
rpm -q --whatrequires -p $name.rpm
etc., etc., etc. The "-q" and "-p" is the key
- Previous message: Lenard: "Re: black screen: as opposed to blue screen?"
- In reply to: linuxquestion_at_yahoo.com: "How to find out info on this .rpm file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|