wildbad.blogg.se

Yum update
Yum update









yum update yum update

If there is any warning about a package already installed, then add -force to the rpm command.įinally, I ran yum clean all and then yum install httpd and it all worked normally again. Then I installed the packages: rpm -Uvh openssl*.rpm I managed to get yum functioning by installing all the updated packages manually.įirst, I downloaded the packages from the CentOS 6.10 vault - and yes, I deliberately used 6.10 on my 6.3 server: (Note, the repo is shoddy, and I had to retry these commands multiple times) wget -no-check-certificate #additional packages that extend functionality of existing packagesīaseurl=$releasever/centosplus/$basearch/ Gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 # If the mirrorlist= does not work for you, as a fall back you can try the # unless you are manually picking other mirrors. # update status of each mirror to pick mirrors that are updated to and # The mirror system uses the connecting IP address of the client and the Here is CentOS-Base.repo: (Note: Changing these to http doesn't seem to work) # CentOS-Base.repo But, how do I do that when I can't download the packages to begin with through yum? Is there a way to avoid manually building these packages? But, it requires HTTPS, and any time I try to run yum after updating the repo I get:Īpparently, I need to update yum, openssl, etc. The base repo is obsolete, and I have to update it to use the vault repo. I simply need to update Apache to a specific (older version). Updating the server to a newer version is out of the question.











Yum update