1. master rpm command
rpm -q yum | to see need version of yum
2. search rpm package and install
Google is the best friend.
if rpm -u fail, then remove old rpm then install.
if rpm -e will, so try with --nodeps
use rpm -i to install new yum rpm package.
网友评论