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

Last updated: October 09,2024

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

Learn how to install perl-Class-AutoClass.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall perl-Class-AutoClass.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:38:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Class-AutoClass
Version : 1.56
Release : 10.fc36
Architecture : noarch
Size : 35 k
Source : perl-Class-AutoClass-1.56-10.fc36.src.rpm
Repository : fedora
Summary : Define classes and objects for Perl
URL : https://metacpan.org/release/Class-AutoClass
License : GPL+ or Artistic
Description : Class::AutoClass is yet another module that generates standard 'get' and 'set'
: methods for Perl classes. It also handles initialization of object and class
: data from parameter lists or defaults, and arranges for object creation and
: initialization to occur in top-down, textbook order even in the presence of
: multiple inheritance.