Yum Update – Fedora Red Hat Package Managment
Yum is the Red Hat package manager. It automatically handles RPM packages and determines required program dependencies. The most basic Yum function is the update process. To begin type: yum update It will provide you a listing of all the files that can be upgraded. If you have not setup your /etc/sudoers file, you may be required to access root priveleges manually: sudo yum update Update often, as most updates are security and bug fixes!!
