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

Last updated: September 22,2024

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

In this section, we are going to explain the necessary steps to install perl-Class-Base.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-Class-Base.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:13:27 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Class-Base
Version : 0.09
Release : 14.fc35
Architecture : noarch
Size : 33 k
Source : perl-Class-Base-0.09-14.fc35.src.rpm
Repository : fedora
Summary : Useful base class for deriving other modules
URL : https://metacpan.org/release/Class-Base
License : GPL+ or Artistic
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().