Categories
Links
Tags
2009 Al AlexHaken BassRock Ben BenCowgill Bryan ChannelIsles Chris Christine CliveWood DaveCrampton disks Diving Dom Egypt Gee Holiday Iceland isle-of-may Jen JosieChaplin Kev Linux Lise maldives MattWood Niall Nitrox Oban Ocean-Diver OwenDavies Redsea Robert Russ Russell Sailing SandraCastro SarahForbes SarahPeal Skye Sports-Diver SysAdmin TedFrancis ZoeDavies
Tag Archives: yum
Reinstalling a package using Yum
You can force the re-installation of a package using:
rpm -e –justdb –nodeps <package-name>
yum install <package-name>
This can be really useful if you’ve accidentally removed some components of the package, or perhaps hacked around with config files so much that you just … Continue reading