Check a package for corruption:
rpm -Vv packageRemove a package from the rpm database:
rpm -e --justdb --nodeps packageProbably a good idea to
yum clean all if you didn't already.
Notes that will hopefully allow me to go through a particular case of tech pain no more than once.
rpm -Vv packagerpm -e --justdb --nodeps packageyum clean all if you didn't already.
0 comments:
Post a Comment