Hi there,<br><br>Does anyone know a quick way in yum or rpm to reinstall all currently installed rpm's - ie: Some files have been deleted but you don't know which ones.. So you just want to force a reinstall of all currently installed.
<br><br>I have been using:<br><br>Rpm -Va | grep missing >> missing.log<br><br>And then more missing.log<br><br>Rpm -q -whatprovides /path/to/file<br><br>And then <br><br>Rpm -Uvh --force <a href="ftp://mirror/path/file">
ftp://mirror/path/file</a><br><br>But it's a slow and painful process. It's on a CentOS 4.4 machine.<br><br>JC