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

Last updated: July 05,2024

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

Here is a brief guide to show you how to install perl-Gtk3-SimpleList.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Gtk3-SimpleList.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:27:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Gtk3-SimpleList
Version : 0.21
Release : 4.fc34
Architecture : noarch
Size : 32 k
Source : perl-Gtk3-SimpleList-0.21-4.fc34.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.