How to Install and Uninstall perl-SUPER.noarch Package on Oracle Linux 9
Last updated: November 27,2024
1. Install "perl-SUPER.noarch" package
This is a short guide on how to install perl-SUPER.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-SUPER.noarch
Copied
2. Uninstall "perl-SUPER.noarch" package
This tutorial shows how to uninstall perl-SUPER.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-SUPER.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-SUPER.noarch package on Oracle Linux 9
Last metadata expiration check: 0:52:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-SUPER
Version : 1.20190531
Release : 1.el9
Architecture : noarch
Size : 22 k
Source : perl-SUPER-1.20190531-1.el9.src.rpm
Repository : epel
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.
Available Packages
Name : perl-SUPER
Version : 1.20190531
Release : 1.el9
Architecture : noarch
Size : 22 k
Source : perl-SUPER-1.20190531-1.el9.src.rpm
Repository : epel
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.