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 ...
- 01-25-2011 #1Just 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
- 01-25-2011 #2
You use the test option in rpm e.g. to install something
That will go through the motions of installing the package, checking dependencies etc. More information is available in the rpm manual "man rpm".Code:rpm -Uvh --test SomePackage.rpm
- 01-25-2011 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 38


Reply With Quote
