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
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:
yes it was very helpful
it was very helpful
Post a Comment