20120912

Rebuild Yum Database


# rm -f /var/lib/rpm/__db*
# rpm --rebuilddb
# yum clean all
# yum update

2 comments:

  1. Anonymous8:04 AM

    yum update -> will update all of your system ( all packages that have updates take care using this commend )

    ReplyDelete
  2. Anonymous12:02 PM

    also had to rm /var/lib/rpm/.rpm.lock

    ReplyDelete