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

Last updated: September 22,2024

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

Please follow the guidelines below to install perl-Class-Data-Inheritable.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Class-Data-Inheritable.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:20:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Class-Data-Inheritable
Version : 0.08
Release : 37.fc34
Architecture : noarch
Size : 13 k
Source : perl-Class-Data-Inheritable-0.08-37.fc34.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.