How to Install and Uninstall perl-Class-Data-Inheritable.noarch Package on Fedora 36

Last updated: November 26,2024

1. Install "perl-Class-Data-Inheritable.noarch" package

Here is a brief guide to show you how to install perl-Class-Data-Inheritable.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Class-Data-Inheritable.noarch

2. Uninstall "perl-Class-Data-Inheritable.noarch" package

Please follow the guidelines below to uninstall perl-Class-Data-Inheritable.noarch on Fedora 36:

$ sudo dnf remove perl-Class-Data-Inheritable.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Data-Inheritable.noarch package on Fedora 36

Last metadata expiration check: 1:13:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Class-Data-Inheritable
Version : 0.09
Release : 2.fc36
Architecture : noarch
Size : 13 k
Source : perl-Class-Data-Inheritable-0.09-2.fc36.src.rpm
Repository : fedora
Summary : Inheritable, overridable class data
URL : https://metacpan.org/release/Class-Data-Inheritable
License : GPL+ or Artistic
Description : Class::Data::Inheritable is for creating accessor/mutators to
: class data. That is, if you want to store something about your
: class as a whole (instead of about a single object). This data
: is then inherited by your sub-classes and can be overridden.