glib2.x86_64 on CentOS 7 / RHEL 7

Last updated: January 29,2023

1. Install glib2.x86_64 package

This guide let you learn how to install glib2.x86_64 package:

sudo yum makecache
sudo yum install glib2.x86_64

2. Uninstall / Remove glib2.x86_64 package

This is a short guide on how to uninstall glib2.x86_64 package:

sudo yum remove glib2.x86_64
sudo yum autoremove

3. Details of glib2.x86_64 package

Installed Packages
Name : glib2
Arch : x86_64
Version : 2.56.1
Release : 8.el7
Size : 12 M
Repo : installed
From repo : updates
Summary : A library of handy utility functions
URL : http://www.gtk.org
License : LGPLv2+
Description : GLib is the low-level core library that forms the basis for
: projects such as GTK+ and GNOME. It provides data structure
: handling for C, portability wrappers, and interfaces for such
: runtime functionality as an event loop, threads, dynamic loading,
: and an object system.