First login to your Fedora server as root. Execute the command “yum update -y” and you should see output similar to the following:

 

# yum update -y
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirrors.kernel.org
* updates: mirrors.cmich.edu
* addons: mirror.stanford.edu
* extras: mirrors.usc.edu
base                                                     | 1.1 kB     00:00    
primary.xml.gz                                           | 878 kB     00:00    
base                                                           2508/2508
updates                                                  |  951 B     00:00    
primary.xml.gz                                           | 222 kB     00:04    
updates                                                        339/339
addons                                                   |  951 B     00:00    
primary.xml.gz                                           |  157 B     00:00    
extras                                                   | 1.1 kB     00:00    
primary.xml.gz                                           | 100 kB     00:00    
extras                                                         311/311
Setting up Update Process
Resolving Dependencies
etc..etc..

Complete!

 

After the updates are complete execute “yum update -y” a second time to ensure Fedora is up to date. You should see the following on your screen if your system is up to date:

 

# yum update -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.kernel.org
* updates: mirrors.cmich.edu
* addons: mirror.stanford.edu
* extras: mirrors.usc.edu
Setting up Update Process
No Packages marked for Update

 

After all updates have been applied it is recommended that you perform a soft reboot of your server using the “shutdown -r now” command from the shell prompt. This is to ensure you boot into any new kernels that YUM may have installed.