yum issues

yum CORRUPTION.  Unable to install (use this link)  

   1. remove https from epel repo.
        sudo sed -i 's/https/http/g' /etc/yum.repos.d/epel.repo
   2. clean yum
yum clean all
yum check  
yum erase apf  (advanced policy firewall) Why erase it? NOT needed.
yum upgrade


YUM reactivate on error: repomd.xml for repository: epel

   If you get an error on yum as:
metadata (repomd.xml) for repository: epel not valid


 1060  rpm --erase epel-release
**** WAIT FOR an HOUR here/???  ****
 1067  yum install ca-certificates

 1072  yum whatprovided git
 1073  yum whatprovides git
 1074  yum install git
 1075  yum reinstall ca-certificates
 1076  pwd
 1077  ll
 1078  cd certs
 1079  ll
 1080  history | tail -100

Popular Posts