How To Install perl-Gtk2-AppIndicator on Fedora 36

In this tutorial we learn how to install perl-Gtk2-AppIndicator in Fedora 36. perl-Gtk2-AppIndicator is Perl extension for libappindicator

Introduction

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

What is perl-Gtk2-AppIndicator

This Perl module gives an interface to libappindicator.

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

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

sudo dnf -y install perl-Gtk2-AppIndicator

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

sudo yum -y install perl-Gtk2-AppIndicator

How To Uninstall perl-Gtk2-AppIndicator on Fedora 36

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

sudo dnf remove perl-Gtk2-AppIndicator

perl-Gtk2-AppIndicator Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/413ad65e52077692de257d6a30fb35978fc3c1
/usr/lib64/perl5/vendor_perl/Gtk2
/usr/lib64/perl5/vendor_perl/Gtk2/AppIndicator.pm
/usr/lib64/perl5/vendor_perl/auto/Gtk2
/usr/lib64/perl5/vendor_perl/auto/Gtk2/AppIndicator
/usr/lib64/perl5/vendor_perl/auto/Gtk2/AppIndicator/AppIndicator.so
/usr/lib64/perl5/vendor_perl/auto/Gtk2/AppIndicator/autosplit.ix
/usr/share/doc/perl-Gtk2-AppIndicator
/usr/share/doc/perl-Gtk2-AppIndicator/Changes
/usr/share/doc/perl-Gtk2-AppIndicator/README
/usr/share/licenses/perl-Gtk2-AppIndicator
/usr/share/licenses/perl-Gtk2-AppIndicator/COPYRIGHT
/usr/share/licenses/perl-Gtk2-AppIndicator/LICENSE
/usr/share/man/man3/Gtk2::AppIndicator.3pm.gz

References

Summary

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