How To Install perl-Gtk3-ImageView on Fedora 36

In this tutorial we learn how to install perl-Gtk3-ImageView in Fedora 36. perl-Gtk3-ImageView is Image viewer widget for GTK 3

Introduction

In this tutorial we learn how to install perl-Gtk3-ImageView on Fedora 36.

What is perl-Gtk3-ImageView

The Gtk3 specified image and provides hooks to allow additional tools, e.g. painter, to be created and used.

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

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

sudo dnf -y install perl-Gtk3-ImageView

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

sudo yum -y install perl-Gtk3-ImageView

How To Uninstall perl-Gtk3-ImageView on Fedora 36

To uninstall only the perl-Gtk3-ImageView package we can use the following command:

sudo dnf remove perl-Gtk3-ImageView

perl-Gtk3-ImageView Package Contents on Fedora 36

/usr/share/doc/perl-Gtk3-ImageView
/usr/share/doc/perl-Gtk3-ImageView/README.md
/usr/share/licenses/perl-Gtk3-ImageView
/usr/share/licenses/perl-Gtk3-ImageView/LICENSE
/usr/share/man/man3/Gtk3::ImageView.3pm.gz
/usr/share/perl5/vendor_perl/Gtk3
/usr/share/perl5/vendor_perl/Gtk3/ImageView
/usr/share/perl5/vendor_perl/Gtk3/ImageView.pm
/usr/share/perl5/vendor_perl/Gtk3/ImageView/Tool
/usr/share/perl5/vendor_perl/Gtk3/ImageView/Tool.pm
/usr/share/perl5/vendor_perl/Gtk3/ImageView/Tool/Dragger.pm
/usr/share/perl5/vendor_perl/Gtk3/ImageView/Tool/Selector.pm
/usr/share/perl5/vendor_perl/Gtk3/ImageView/Tool/SelectorDragger.pm

References

Summary

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