How to Install and Uninstall perl-aliased.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "perl-aliased.noarch" package

Here is a brief guide to show you how to install perl-aliased.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-aliased.noarch" package

Please follow the step by step instructions below to uninstall perl-aliased.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-aliased.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-aliased
Version : 0.34
Release : 14.el9
Architecture : noarch
Size : 26 k
Source : perl-aliased-0.34-14.el9.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.