yum is a package manager for Linux operating systems. It is used to install, update, and remove software packages. yum operates by connecting to a repository of software packages and downloading the packages to the local system. It then installs the packages and resolves any dependencies automatically.
Search for a package
yum search {{package_name}}
Install a package
yum install {{package_name}}
List repos
yum repolist