CentOSFedoraLinuxRedHat

[How To] Install glib glibc on CentOS/RedHat/Fedora

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system employed in GNOME, the most loop implementation, and an outsized set of utility functions for strings common data structures. Some applications require glib to be present on the server.

To install glib on CentOS/RedHat/Fedora:

1) Login as root user via command prompt/shell

2) Execute following command

yum install glib*

The above command will install all the packages and dependencies required for glib , glibc.

3) Once installation gets complete successfully, try installing the application.

Troubleshoot:

If error occurs while installation, try

1) Updating kernel and rebooting the server

yum update kernel

2) Updating packages

yum update

That's all!

Abhijit Sandhan

Love to Automate, Blog, Travel, Hike & spread Knowledge!

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to top button