How To Install perl-Glib-IO on Fedora 36

In this tutorial we learn how to install perl-Glib-IO in Fedora 36. perl-Glib-IO is Perl bindings to the GIO library

Introduction

In this tutorial we learn how to install perl-Glib-IO on Fedora 36.

What is perl-Glib-IO

The Glib high level I/O and platform library of the GNOME development platform.

We can use yum or dnf to install perl-Glib-IO on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Glib-IO.

Install perl-Glib-IO on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Glib-IO using dnf by running the following command:

sudo dnf -y install perl-Glib-IO

Install perl-Glib-IO on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Glib-IO using yum by running the following command:

sudo yum -y install perl-Glib-IO

How To Uninstall perl-Glib-IO on Fedora 36

To uninstall only the perl-Glib-IO package we can use the following command:

sudo dnf remove perl-Glib-IO

perl-Glib-IO Package Contents on Fedora 36

/usr/share/doc/perl-Glib-IO
/usr/share/doc/perl-Glib-IO/NEWS
/usr/share/doc/perl-Glib-IO/README
/usr/share/doc/perl-Glib-IO/perl-glib-io.doap
/usr/share/licenses/perl-Glib-IO
/usr/share/licenses/perl-Glib-IO/LICENSE
/usr/share/man/man3/Glib::IO.3pm.gz
/usr/share/perl5/vendor_perl/Glib
/usr/share/perl5/vendor_perl/Glib/IO.pm

References

Summary

In this tutorial we learn how to install perl-Glib-IO on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).