HostOnNet Blog

Install software with RPM

Looking for Linux Server Admin or WordPress Expert? We can help.

To install rpm file, run

rpm -ivh package.rpm

Here

-i = install
-v = verify
-h = show progress with #

To upgrade an existing rpm package, run

rpm -Uvh package.rpm

-U = Upgrade already installed package.

Posted in Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

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