How To Install perl-Gtk3-WebKit on Fedora 36

In this tutorial we learn how to install perl-Gtk3-WebKit in Fedora 36. perl-Gtk3-WebKit is WebKit bindings for Perl

Introduction

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

What is perl-Gtk3-WebKit

This module provides the Perl bindings for the Gtk3 port of WebKit.

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

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

sudo dnf -y install perl-Gtk3-WebKit

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

sudo yum -y install perl-Gtk3-WebKit

How To Uninstall perl-Gtk3-WebKit on Fedora 36

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

sudo dnf remove perl-Gtk3-WebKit

perl-Gtk3-WebKit Package Contents on Fedora 36

/usr/share/doc/perl-Gtk3-WebKit
/usr/share/doc/perl-Gtk3-WebKit/COPYING
/usr/share/doc/perl-Gtk3-WebKit/Changes
/usr/share/doc/perl-Gtk3-WebKit/README
/usr/share/doc/perl-Gtk3-WebKit/examples
/usr/share/doc/perl-Gtk3-WebKit/examples/browser.pl
/usr/share/man/man3/Gtk3::WebKit.3pm.gz
/usr/share/perl5/vendor_perl/Gtk3
/usr/share/perl5/vendor_perl/Gtk3/WebKit.pm

References

Summary

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