To get a list of available updates (without installing them right away), type the following command:
# yum list updates
To download the updates and install them, type the following command:
# yum update
or with the -y option if you want to automatically answer yes to questions that yum may ask
# yum -y update