CentOS offers a bit of a different take on installing and updating packages. First off, the default package manager has migrated from YUM to DNF. The command structure for each is quite similar, so instead of running a command like:
sudo yum install httpdYou’d issue the command:
sudo dnf install httpdFor more information on DNF, see How to use the DNF package manager.