How to Install and Uninstall perl-Class-Std-Fast.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "perl-Class-Std-Fast.noarch" package

Here is a brief guide to show you how to install perl-Class-Std-Fast.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Class-Std-Fast.noarch

2. Uninstall "perl-Class-Std-Fast.noarch" package

This guide let you learn how to uninstall perl-Class-Std-Fast.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Class-Std-Fast.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Std-Fast.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Class-Std-Fast
Version : 0.0.8
Release : 19.el9
Architecture : noarch
Size : 29 k
Source : perl-Class-Std-Fast-0.0.8-19.el9.src.rpm
Repository : epel
Summary : Faster but less secure replacement for Class::Std
URL : https://metacpan.org/release/Class-Std-Fast
License : GPL+ or Artistic
Description : Class::Std::Fast allows you to use the beautiful API of Class::Std in a faster
: way than Class::Std does. You can get the object's identity via scalar-ifying
: our object. Getting the objects identity is still possible via the ident method.