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

Last updated: September 30,2024

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

This is a short guide on how to install perl-Class-AutoClass.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:10:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Class-AutoClass
Version : 1.56
Release : 7.fc34
Architecture : noarch
Size : 35 k
Source : perl-Class-AutoClass-1.56-7.fc34.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.