How to Install and Uninstall perl-Gtk3-SimpleList.noarch Package on Oracle Linux 9

Last updated: July 08,2024

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

Please follow the instructions below to install perl-Gtk3-SimpleList.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Gtk3-SimpleList.noarch on Oracle Linux 9:

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

3. Information about the perl-Gtk3-SimpleList.noarch package on Oracle Linux 9

Last metadata expiration check: 2:01:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Gtk3-SimpleList
Version : 0.21
Release : 11.el9
Architecture : noarch
Size : 32 k
Source : perl-Gtk3-SimpleList-0.21-11.el9.src.rpm
Repository : epel
Summary : Simple interface to Gtk3's complex MVC list widget
URL : https://metacpan.org/release/Gtk3-SimpleList
License : LGPL-2.1-or-later AND (LGPL-2.1-or-later 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.