How To Install perl-Gtk2-Ex-Simple-List on Fedora 36
Introduction
In this tutorial we learn how to install perl-Gtk2-Ex-Simple-List
on Fedora 36.
What is perl-Gtk2-Ex-Simple-List
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2 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-Gtk2-Ex-Simple-List
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Gtk2-Ex-Simple-List.
Install perl-Gtk2-Ex-Simple-List 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-Simple-List
using dnf
by running the following command:
sudo dnf -y install perl-Gtk2-Ex-Simple-List
Install perl-Gtk2-Ex-Simple-List 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-Simple-List
using yum
by running the following command:
sudo yum -y install perl-Gtk2-Ex-Simple-List
How To Uninstall perl-Gtk2-Ex-Simple-List on Fedora 36
To uninstall only the perl-Gtk2-Ex-Simple-List
package we can use the following command:
sudo dnf remove perl-Gtk2-Ex-Simple-List
perl-Gtk2-Ex-Simple-List Package Contents on Fedora 36
/usr/share/doc/perl-Gtk2-Ex-Simple-List
/usr/share/doc/perl-Gtk2-Ex-Simple-List/examples
/usr/share/doc/perl-Gtk2-Ex-Simple-List/examples/simple_list.pl
/usr/share/man/man3/Gtk2::Ex::Simple::List.3pm.gz
/usr/share/perl5/vendor_perl/Gtk2
/usr/share/perl5/vendor_perl/Gtk2/Ex
/usr/share/perl5/vendor_perl/Gtk2/Ex/Simple
/usr/share/perl5/vendor_perl/Gtk2/Ex/Simple/List.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Simple/TiedCommon.pm
/usr/share/perl5/vendor_perl/Gtk2/Ex/Simple/TiedList.pm
References
Summary
In this tutorial we learn how to install perl-Gtk2-Ex-Simple-List
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).