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

Last updated: October 08,2024

1. Install "perl-SUPER.noarch" package

Learn how to install perl-SUPER.noarch on Fedora 34

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

2. Uninstall "perl-SUPER.noarch" package

This guide covers the steps necessary to uninstall perl-SUPER.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:14:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-SUPER
Version : 1.20190531
Release : 7.fc34
Architecture : noarch
Size : 23 k
Source : perl-SUPER-1.20190531-7.fc34.src.rpm
Repository : fedora
Summary : Sane superclass method dispatcher
URL : https://metacpan.org/release/SUPER
License : GPL+ or Artistic
Description : When subclassing a class, you occasionally want to dispatch control to the
: superclass - at least conditionally and temporarily. This module provides
: an easier, cleaner way for class methods to access their ancestor's
: implementation.