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

In this tutorial we learn how to install perl-Gtk2-Ex-Dialogs in Fedora 36. perl-Gtk2-Ex-Dialogs is Useful tools for GNOME2/GTK2 Perl GUI design

Introduction

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

What is perl-Gtk2-Ex-Dialogs

This module provides a clean, simple, quick API to generate and use common Gtk2 dialogs, either from within a full-blown Gtk2 application or as a one-off deal inside a non-Gtk2 perl application.

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

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

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

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

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

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

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

sudo dnf remove perl-Gtk2-Ex-Dialogs

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

/usr/share/doc/perl-Gtk2-Ex-Dialogs
/usr/share/doc/perl-Gtk2-Ex-Dialogs/COPYRIGHT
/usr/share/doc/perl-Gtk2-Ex-Dialogs/Changes
/usr/share/doc/perl-Gtk2-Ex-Dialogs/README
/usr/share/doc/perl-Gtk2-Ex-Dialogs/TODO
/usr/share/doc/perl-Gtk2-Ex-Dialogs/examples
/usr/share/doc/perl-Gtk2-Ex-Dialogs/examples/demo.pl
/usr/share/man/man3/Gtk2::Ex::Dialogs.3pm.gz
/usr/share/man/man3/Gtk2::Ex::Dialogs::ChooseDirectory.3pm.gz
/usr/share/man/man3/Gtk2::Ex::Dialogs::ChooseFile.3pm.gz
/usr/share/man/man3/Gtk2::Ex::Dialogs::ChoosePreviewFile.3pm.gz
/usr/share/man/man3/Gtk2::Ex::Dialogs::ErrorMsg.3pm.gz
/usr/share/man/man3/Gtk2::Ex::Dialogs::Message.3pm.gz
/usr/share/man/man3/Gtk2::Ex::Dialogs::Question.3pm.gz
/usr/share/perl5/vendor_perl/Gtk2
/usr/share/perl5/vendor_perl/Gtk2/Ex
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs/ChooseDirectory.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs/ChooseFile.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs/ChoosePreviewFile.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs/ErrorMsg.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs/Message.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Dialogs/Question.pm

References

Summary

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