How to Install and Uninstall glib2.i686 Package on CentOS 8 / RHEL 8

Last updated: September 19,2024

1. Install "glib2.i686" package

Please follow the steps below to install glib2.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install glib2.i686

2. Uninstall "glib2.i686" package

This is a short guide on how to uninstall glib2.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove glib2.i686 $ sudo dnf autoremove

3. Information about the glib2.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:36:09 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : glib2
Version : 2.56.4
Release : 8.el8
Architecture : i686
Size : 2.6 M
Source : glib2-2.56.4-8.el8.src.rpm
Repository : baseos
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.