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

Last updated: October 08,2024

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

Please follow the guidelines below to install perl-Class-Forward.noarch on Fedora 36

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

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

Please follow the steps below to uninstall perl-Class-Forward.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:32:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Class-Forward
Version : 0.100006
Release : 24.fc36
Architecture : noarch
Size : 23 k
Source : perl-Class-Forward-0.100006-24.fc36.src.rpm
Repository : fedora
Summary : Namespace Dispatch and Resolution
URL : https://metacpan.org/release/Class-Forward
License : GPL+ or Artistic
Description : Class::Forward is designed to resolve Perl namespaces from shorthand (which
: is simply a file-path-like specification). Class::Forward can also be used
: to dispatch method calls using said shorthand. See the included exported
: functions for examples on how this can be used.