How to Install and Uninstall perl-Glib.x86_64 Package on AlmaLinux 9

Last updated: September 28,2024

1. Install "perl-Glib.x86_64" package

Please follow the step by step instructions below to install perl-Glib.x86_64 on AlmaLinux 9

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

2. Uninstall "perl-Glib.x86_64" package

This guide let you learn how to uninstall perl-Glib.x86_64 on AlmaLinux 9:

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

3. Information about the perl-Glib.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:25:21 ago on Wed Mar 13 07:41:12 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.