Wednesday, January 2, 2013

Command to locally install the rpm RHEL

Hi All,

we can install any package locally also, by just copying the single package in /tmp directory or any where as per your choice.

#yum localinstall --nogpgcheck "nameofthepackage with or in current working directory"

example :-

#yum localinstall --nogpgcheck "/tmp/Client-linux-sles11-x86-6.0.101-66.rpm"

with this it will get installed with dependencies also.


Thanks for the visits, Appreciate your responses.

Love Sharing
Amit Chopra

2 comments:

Unknown said...

yes it was very helpful

Unknown said...

it was very helpful