How To Install perl-Gtk2-Ex-Utils on Fedora 36

In this tutorial we learn how to install perl-Gtk2-Ex-Utils in Fedora 36. perl-Gtk2-Ex-Utils is Extra Gtk2 Utilities for working with GNOME2/GTK2 in Perl

Introduction

In this tutorial we learn how to install perl-Gtk2-Ex-Utils on Fedora 36.

What is perl-Gtk2-Ex-Utils

This module provides simple utility functions useful for GNOME2/GTK2 Perl programming.

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

Install perl-Gtk2-Ex-Utils 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-Gtk2-Ex-Utils using dnf by running the following command:

sudo dnf -y install perl-Gtk2-Ex-Utils

Install perl-Gtk2-Ex-Utils 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-Gtk2-Ex-Utils using yum by running the following command:

sudo yum -y install perl-Gtk2-Ex-Utils

How To Uninstall perl-Gtk2-Ex-Utils on Fedora 36

To uninstall only the perl-Gtk2-Ex-Utils package we can use the following command:

sudo dnf remove perl-Gtk2-Ex-Utils

perl-Gtk2-Ex-Utils Package Contents on Fedora 36

/usr/share/doc/perl-Gtk2-Ex-Utils
/usr/share/doc/perl-Gtk2-Ex-Utils/COPYRIGHT
/usr/share/doc/perl-Gtk2-Ex-Utils/Changes
/usr/share/doc/perl-Gtk2-Ex-Utils/README
/usr/share/man/man3/Gtk2::Ex::Constants.3pm.gz
/usr/share/man/man3/Gtk2::Ex::Utils.3pm.gz
/usr/share/perl5/vendor_perl/Gtk2
/usr/share/perl5/vendor_perl/Gtk2/Ex
/usr/share/perl5/vendor_perl/Gtk2/Ex/Constants.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Utils.pm

References

Summary

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