RPM quick, quick and quick

You can easily install rpm file with rpm -ivh rpm -ivh file-package.name.rpm
 
To view rpm file contents rpm -qlp file-package.name.rpm
 
To get info about rpm package itself rpm -qip file-package.name.rpm
 
To extract or open rpm file in current directory:
rpm2cpio file.rpm | cpio -idmv
ls

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.