Hello, all. I have deleted some files for mistake. So I would like to re-install those files using yum install. But if I execute yum install some_package, that doesn't work, because some files are remain, I guess. So is there any yum install option to re-install forcely when some files are deleted? Should I remove all related files first to re-install using yum? Thanks in advance. _________________________________________________________________ ???? ????! ??? ??? ???? ????! ??? ??! 25GB ???? ?! ???? ??? ?? ?? http://im.msn.co.kr/Univ/
Karanbir Singh
2009-Jun-24 15:42 UTC
[CentOS] how to yum install after deleting some files?
On 06/24/2009 04:36 PM, MontyRee wrote:> I have deleted some files for mistake. > So I would like to re-install those files using yum install.yum reinstall <pkgname> that should work on CentOS-5, if you are using CentOS-3 or 4 then no there is no way to do this. You would need to use rpm to delete the package first then yum to install it - KB