Find the answer to your Linux question:
Results 1 to 3 of 3
I am manually checking some security related issues and I want to install something on RHEL 5.5 but I don't want that "something" to actually be anything! Know what I ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    38

    Is There Such A Thing As A Test RPM?

    I am manually checking some security related issues and I want to install something on RHEL 5.5 but I don't want that "something" to actually be anything!
    Know what I mean? Like an rpm that goes through all the motions but actually doesn't install anything? Make sense?

    Is there something available?

    Thanks,

    Ray

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You use the test option in rpm e.g. to install something
    Code:
    rpm -Uvh --test SomePackage.rpm
    That will go through the motions of installing the package, checking dependencies etc. More information is available in the rpm manual "man rpm".

  3. #3
    Just Joined!
    Join Date
    Sep 2010
    Posts
    38
    Quote Originally Posted by daark.child View Post
    You use the test option in rpm e.g. to install something
    Code:
    rpm -Uvh --test SomePackage.rpm
    That will go through the motions of installing the package, checking dependencies etc. More information is available in the rpm manual "man rpm".
    Thanks. I'll give that a shot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...