I've deleted yum from my server and I did wget to download yum again and extract it. In this folder, I have a lot of files:
AUTHORS      completion-helper.py  Makefile   shell.py  yumcommands.py
bin          COPYING               output.py  test      yum-cron
callback.py  docs                  po         TODO      yummain.py
ChangeLog    etc                   README     utils.py  yum.spec
cli.py       INSTALL               rpmUtils   yum       yum-updatesd.py
How can I install it?
Another solution to install packages is to use the RPM command. You first need to download the rpm file and then install it. For more infos: RPM man page
So, to install yum, simply run those two commands:
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
rpm -ivh yum-3.4.3-154.el7.centos.noarch.rpm
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With