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

In this tutorial we learn how to install perl-Gtk2-Ex-CalendarButton in Fedora 36. perl-Gtk2-Ex-CalendarButton is Gtk2

Introduction

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

What is perl-Gtk2-Ex-CalendarButton

I realized that I was constantly re-creating a simple widget that will pop-up a Gtk2 desktop taskbar. This package is my attempt to extract the portion of code required to create a button-click-calendar.

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

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

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

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

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

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

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

sudo dnf remove perl-Gtk2-Ex-CalendarButton

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

/usr/share/doc/perl-Gtk2-Ex-CalendarButton
/usr/share/doc/perl-Gtk2-Ex-CalendarButton/Changes
/usr/share/doc/perl-Gtk2-Ex-CalendarButton/README
/usr/share/doc/perl-Gtk2-Ex-CalendarButton/t
/usr/share/doc/perl-Gtk2-Ex-CalendarButton/t/00-load.t
/usr/share/doc/perl-Gtk2-Ex-CalendarButton/t/test.1.t
/usr/share/doc/perl-Gtk2-Ex-CalendarButton/t/test.2.t
/usr/share/doc/perl-Gtk2-Ex-CalendarButton/t/test.3.t
/usr/share/man/man3/Gtk2::Ex::CalendarButton.3pm.gz
/usr/share/perl5/vendor_perl/Gtk2
/usr/share/perl5/vendor_perl/Gtk2/Ex
/usr/share/perl5/vendor_perl/Gtk2/Ex/CalendarButton.pm

References

Summary

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