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

From: Nico Kadel-Garcia (nkadel_at_comcast.net)
Date: 11/02/03

  • Next message: Tom Sparks: "RedHat 8.0"
    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


  • Next message: Tom Sparks: "RedHat 8.0"

    Relevant Pages

    • Re: Counting Concurrent timed events
      ... When you make a command button, Access gives it an ambiguous name like "Command2" ... ... then compile your code ... Exit Sub ... what you need to be able to do is replace the SQL using a different date before you run the query that uses it. ...
      (microsoft.public.access.queries)
    • Re: Multiple table in dataset query
      ... If a row is marked as Modified, it will run your query defined in the ... Update Command object. ... Dim UpdateStaffCmd As New OleDb.OleDbCommand ... Private Sub frmStaff_Load(ByVal sender As System.Object, ...
      (microsoft.public.dotnet.framework.adonet)
    • Re: What use are these (rpm) entries in man?
      ... want the shell builtin, the command, or the C command? ... When I see (rpm) instead of, I know I can get more information ... running "rpm -qi yelp" will ... documentation, and even when they do it isn't always understandable ...
      (Fedora)
    • Re: Complex form popup problem: warning...longwinded
      ... command button that launched the other form. ... main form that allows the user to fill out the scenario information, ... The majority of the fields in the query that are the recordsource of the ... remainder belong to the new record that was programmatically saved. ...
      (microsoft.public.access.formscoding)
    • RE: Another newb question. (Uninstalling apps)
      ... looking for documentation as I have spent reading RELEVENT ... man -k command ... rpm -qf $ ... > Jurvis LaSalle ...
      (RedHat)