How to Install and Uninstall perl-Gtk3-SimpleList.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-Gtk3-SimpleList.noarch" package

Please follow the guidance below to install perl-Gtk3-SimpleList.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Gtk3-SimpleList.noarch

2. Uninstall "perl-Gtk3-SimpleList.noarch" package

This tutorial shows how to uninstall perl-Gtk3-SimpleList.noarch on Fedora 36:

$ sudo dnf remove perl-Gtk3-SimpleList.noarch $ sudo dnf autoremove

3. Information about the perl-Gtk3-SimpleList.noarch package on Fedora 36

Last metadata expiration check: 1:39:06 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Gtk3-SimpleList
Version : 0.21
Release : 7.fc36
Architecture : noarch
Size : 32 k
Source : perl-Gtk3-SimpleList-0.21-7.fc36.src.rpm
Repository : fedora
Summary : Simple interface to Gtk3's complex MVC list widget
URL : https://metacpan.org/release/Gtk3-SimpleList
License : LGPLv2+ and (LGPLv2+ or Artistic 2.0)
Description : Gtk3 has a powerful, but complex MVC (Model, View, Controller) system used
: to implement list and tree widgets. Gtk3::SimpleList Perl module automates the
: complex setup work and allows you to treat the list model as a more natural
: list of lists structure.