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

Last updated: September 27,2024

1. Install "perl-asa.noarch" package

Please follow the guidance below to install perl-asa.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-asa.noarch

2. Uninstall "perl-asa.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-asa.noarch on Fedora 34:

$ sudo dnf remove perl-asa.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:34:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-asa
Version : 1.04
Release : 5.fc34
Architecture : noarch
Size : 23 k
Source : perl-asa-1.04-5.fc34.src.rpm
Repository : fedora
Summary : Lets your class/object say it works like something else
URL : https://metacpan.org/release/asa
License : GPL+ or Artistic
Description : Perl 5 doesn't natively support Java-style interfaces, and it doesn't support
: Perl 6 style roles either.
:
: You can get both of these things in half a dozen different ways via various
: CPAN modules, but they usually require that you buy into "their way" of
: implementing your code.
:
: This package overrides the isa() method, allowing your class to claim it's
: a class it's not (that is, isn't in @ISA).