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
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.