Re: How to find out info on this .rpm file?

kypkprkgw_at_btgzyv.com
Date: 11/02/03


Date: Sun, 02 Nov 2003 06:59:27 GMT


|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 also. Just add the p flag to indicate it's a RPM file you are
dealing with, not an installed packages. E.g.

rpm -qlp something.rpm to find out what's inside it
rpm -qip something.rpm to read the package info

[You're over-crossposting. This is a simple question.]

-- 


Relevant Pages

  • rpm and wget -c
    ... just played with the command rpm --showrc to see just what ftp'ish ... command is used by rpm (and hence yum). ... Trying other mirror. ...
    (Fedora)
  • Re: Power cut woes
    ... Should I just nuke it and start again? ... "rpm -Va | less". ... want to see what it is doing, you can add a -v to the command. ... You should consider using ext3 file systems ...
    (Fedora)
  • Re: [SLE] Help with using rpm
    ... You could make the changes there and 'customize' the rpm ... spec name. ... A good study is to install the source rpm for a package you ... Edit the spec file's configure command. ...
    (SuSE)
  • RE: MD5ing a directory tree in Linux?
    ... Use the 'find' command to find all the files you want to identify, ... at least on an RPM based system. ... of the files on disc to the md5 stored in the RPM database. ... MD5'ing a directory tree in Linux? ...
    (Security-Basics)
  • RE: How to get rid of FC8 stuff?
    ... yum -y install yum-utils ... Once I fired off the next to last command, it gave about eight "No Match for argument " errors and then started downloading. ... rpm -Uvh --oldpackage ... ... I don't know what the yum ...
    (Fedora)