How To Install perl-Gtk3-SimpleList on Fedora 36

In this tutorial we learn how to install perl-Gtk3-SimpleList in Fedora 36. perl-Gtk3-SimpleList is Simple interface to Gtk3’s complex MVC list widget

Introduction

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

What is perl-Gtk3-SimpleList

Gtk3 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk3 complex setup work and allows you to treat the list model as a more natural list of lists structure.

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

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

sudo dnf -y install perl-Gtk3-SimpleList

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

sudo yum -y install perl-Gtk3-SimpleList

How To Uninstall perl-Gtk3-SimpleList on Fedora 36

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

sudo dnf remove perl-Gtk3-SimpleList

perl-Gtk3-SimpleList Package Contents on Fedora 36

/usr/share/doc/perl-Gtk3-SimpleList
/usr/share/doc/perl-Gtk3-SimpleList/Changes
/usr/share/doc/perl-Gtk3-SimpleList/README
/usr/share/licenses/perl-Gtk3-SimpleList
/usr/share/licenses/perl-Gtk3-SimpleList/COPYING
/usr/share/man/man3/Gtk3::SimpleList.3pm.gz
/usr/share/perl5/vendor_perl/Gtk3
/usr/share/perl5/vendor_perl/Gtk3/SimpleList.pm

References

Summary

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