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

Last updated: May 19,2024

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

This is a short guide on how to install perl-Class-Tiny.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-Class-Tiny.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:33:45 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Class-Tiny
Version : 1.008
Release : 5.fc36
Architecture : noarch
Size : 29 k
Source : perl-Class-Tiny-1.008-5.fc36.src.rpm
Repository : fedora
Summary : Minimalist class construction
URL : https://metacpan.org/release/Class-Tiny
License : ASL 2.0
Description : This module offers a minimalist class construction kit in around 120 lines
: of code. Here is a list of features:
:
: * defines attributes via import arguments
: * generates read-write accessors
: * supports lazy attribute defaults
: * supports custom accessors
: * superclass provides a standard new constructor
: * new takes a hash reference or list of key/value pairs
: * new has heuristics to catch constructor attribute typos
: * new calls BUILD for each class from parent to child
: * superclass provides a DESTROY method
: * DESTROY calls DEMOLISH for each class from child to parent