Check-out our new look and give us some feedback!

How to Update the glibc (GNU libc) on Fedora

Posted on by J. Mays
Reading Time: < 1 minute

Updating glibc on Fedora Linux is a very simple process. Most commonly you will use the following command in the case of a security vulnerability, or perhaps just to verify that you’re running the most up-to-date library:

yum -y update glibc

In this case, yum is the rpm-based package manager for both Fedora, -y, –assumeyes gives yes as an answer to any question which would be asked by running the command, update is for updating the package, and glibc is the package you’re updating!

Assuming your server needed a new version of glibc and was thus upgraded, reboot your server to complete the process!

About the Author: J. Mays

Latest Articles

How to Edit Your DNS Hosts File

Read Article

How to Edit Your DNS Hosts File

Read Article

Microsoft Exchange Server Security Update

Read Article

How to Monitor Your Server in WHM

Read Article

How to Monitor Your Server in WHM

Read Article