How to Install and Uninstall perl-Class-Base.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "perl-Class-Base.noarch" package

Please follow the instructions below to install perl-Class-Base.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Class-Base.noarch

2. Uninstall "perl-Class-Base.noarch" package

This is a short guide on how to uninstall perl-Class-Base.noarch on Fedora 39:

$ sudo dnf remove perl-Class-Base.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Base.noarch package on Fedora 39

Last metadata expiration check: 2:12:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Class-Base
Version : 0.09
Release : 19.fc39
Architecture : noarch
Size : 32 k
Source : perl-Class-Base-0.09-19.fc39.src.rpm
Repository : fedora
Summary : Useful base class for deriving other modules
URL : https://metacpan.org/release/Class-Base
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module implements a simple base class from which other modules can be
: derived, thereby inheriting a number of useful methods such as new(),
: init(), params(), clone(), error() and debug().