How To Install perl-Glib-Object-Introspection on Rocky Linux 8

In this tutorial we learn how to install perl-Glib-Object-Introspection on Rocky Linux 8. perl-Glib-Object-Introspection is Dynamically create Perl language bindings

Introduction

In this tutorial we learn how to install perl-Glib-Object-Introspection on Rocky Linux 8.

What is perl-Glib-Object-Introspection

Glib to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more.

We can use yum or dnf to install perl-Glib-Object-Introspection on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Glib-Object-Introspection.

Install perl-Glib-Object-Introspection on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Glib-Object-Introspection

Install perl-Glib-Object-Introspection on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Glib-Object-Introspection

How To Uninstall perl-Glib-Object-Introspection on Rocky Linux 8

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

sudo dnf remove perl-Glib-Object-Introspection

perl-Glib-Object-Introspection Package Contents on Rocky Linux 8

/usr/bin/perli11ndoc
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/3942ae0934e7a1dfb1a336b734bacfa911035e
/usr/lib64/perl5/vendor_perl/Glib
/usr/lib64/perl5/vendor_perl/Glib/Object
/usr/lib64/perl5/vendor_perl/Glib/Object/Introspection
/usr/lib64/perl5/vendor_perl/Glib/Object/Introspection.pm
/usr/lib64/perl5/vendor_perl/Glib/Object/Introspection/Install
/usr/lib64/perl5/vendor_perl/Glib/Object/Introspection/Install/Files.pm
/usr/lib64/perl5/vendor_perl/auto/Glib
/usr/lib64/perl5/vendor_perl/auto/Glib/Object
/usr/lib64/perl5/vendor_perl/auto/Glib/Object/Introspection
/usr/lib64/perl5/vendor_perl/auto/Glib/Object/Introspection/Introspection.so
/usr/share/doc/perl-Glib-Object-Introspection
/usr/share/doc/perl-Glib-Object-Introspection/NEWS
/usr/share/doc/perl-Glib-Object-Introspection/README
/usr/share/doc/perl-Glib-Object-Introspection/perl-Glib-Object-Introspection.doap
/usr/share/licenses/perl-Glib-Object-Introspection
/usr/share/licenses/perl-Glib-Object-Introspection/LICENSE
/usr/share/man/man3/Glib::Object::Introspection.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Glib-Object-Introspection on Rocky Linux 8 using yum and dnf.