Yum A Package Management Tool
yum is a package management tool, used to install, uninstall or update the Linux (CentOS, RHEL, Fedora etc.) packages. You can use yum with root privilege only. To install a package: yum install packagename To update a package, if already install or to install a package: yum update packagename To reinstall a installed package: yum…