How to Install and Uninstall perl-aliased.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-aliased.noarch" package

Please follow the guidelines below to install perl-aliased.noarch on Rocky Linux 8

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

2. Uninstall "perl-aliased.noarch" package

This tutorial shows how to uninstall perl-aliased.noarch on Rocky Linux 8:

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

3. Information about the perl-aliased.noarch package on Rocky Linux 8

Last metadata expiration check: 0:48:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-aliased
Version : 0.34
Release : 14.el8
Architecture : noarch
Size : 30 k
Source : perl-aliased-0.34-14.el8.src.rpm
Repository : epel
Summary : Use shorter versions of class names
URL : https://metacpan.org/release/aliased
License : GPL+ or Artistic
Description : aliased is simple in concept but is a rather handy module. It loads the
: class you specify and exports into your namespace a subroutine that returns
: the class name. You can explicitly alias the class to another name or, if
: you prefer, you can do so implicitly. In the latter case, the name of the
: subroutine is the last part of the class name.