How to Install and Uninstall perl-Glib.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Glib.x86_64" package

Please follow the guidance below to install perl-Glib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Glib.x86_64

2. Uninstall "perl-Glib.x86_64" package

Learn how to uninstall perl-Glib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Glib.x86_64 $ sudo dnf autoremove

3. Information about the perl-Glib.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:19:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Glib
Version : 1.3293
Release : 6.el9
Architecture : x86_64
Size : 362 k
Source : perl-Glib-1.3293-6.el9.src.rpm
Repository : epel
Summary : Perl interface to GLib
URL : https://metacpan.org/release/Glib
License : LGPLv2+
Description : This module provides perl access to GLib and GLib's GObject libraries.
: GLib is a portability and utility library; GObject provides a generic
: type system with inheritance and a powerful signal system. Together
: these libraries are used as the foundation for many of the libraries
: that make up the Gnome environment, and are used in many unrelated
: projects.