Some useful yum commands when installation fails or stopped halfway
yum-complete-transaction
yum-complete-transaction --cleanup-only
yum history redo last
Red Hat Software Collections (RHSCL)
yum install rh-php56
scl enable rh-php56 bash
Selectively enable yum repos
yum update -v --disablerepo=* --enablerepo=cl*
yum commands
Maybe run: yum groups mark install
yum reinstall a package
yum repolist
Yum disable a repository
rpm
yum-config-manager
Download RPM package from yum repository
yum list all available packages in a repo
yum errors
Leave a Reply