LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what's the command for installing rpm again? (https://www.linuxquestions.org/questions/linux-newbie-8/whats-the-command-for-installing-rpm-again-125197/)

ergo_sum 12-12-2003 07:29 AM

what's the command for installing rpm again?
 
Hello All:

What's the command for installing an rpm file? Is it 'rpm -imvf filename' ?
I'm installing a download mgr and need to get going.

Thanks,

ergo_sum

jkobrien 12-12-2003 08:00 AM

I don't know what the 'm' switch is, but otherwise, yep, that's it.

rpm -ivh <package>

i = install
v = verbose
h = show a progress bar made of hashes

John

aizkorri 12-12-2003 08:07 AM

it's
rpm -ivh filename.rpm
or if you want to upgrade
rpm -Uvh filename.rpm

aizkorri 12-12-2003 08:11 AM

oops!, never click submit reply button without Reloading the page, someone could have already answered the question :).

jkobrien 12-12-2003 08:15 AM

Heh-heh, well it's no harm boosting his/her confidence in the answer!

John

ergo_sum 12-12-2003 08:28 AM

Thanks all!!

ergo_sum


All times are GMT -5. The time now is 05:14 AM.