LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   yum package install (https://www.linuxquestions.org/questions/linux-server-73/yum-package-install-681356/)

lensem 11-05-2008 03:01 PM

yum package install
 
Is there a way usin yum, on Red Hat 5 to re-install a package...
or what would be the best way to get a package re-installed...

Thanks

jailbait 11-05-2008 03:58 PM

I suggest you do it with the rpm command. Install the package using the --force option of rpm. See:

man rpm

------------------------
Steve Stites

nukoso 11-05-2008 05:06 PM

or you can uninstall and then install again
yum remove <package>
yum install <package>
+or use --force

billymayday 11-05-2008 05:20 PM

Except RHEL doesn't have yum installed by default does it?

membit 11-05-2008 05:22 PM

up2date is also nice command to install packets on RHEL.

i_nomad 11-14-2008 03:29 AM

Personally found yum to be better to deal with package dependencies.
Webmin plugin is also useful to install rpm packages and perl modules from cpan.


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