Check for Available Updates
$ yum check-updateInstall Available Updates
$ yum updateSearch for a Package
$ yum list phpInstall a Package
$ yum install phpUninstall a Package
$ yum remove phpUpdate a Specific Package
$ yum update phpGet Info about a Package
$ yum info phpList Packages Installed on System
Hint: pipe the output to less for easy reading.
$ yum list installed | less