How to Install and Uninstall perl-aliased.noarch Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "perl-aliased.noarch" package

This tutorial shows how to install perl-aliased.noarch on Oracle Linux 9

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

2. Uninstall "perl-aliased.noarch" package

This guide let you learn how to uninstall perl-aliased.noarch on Oracle Linux 9:

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

3. Information about the perl-aliased.noarch package on Oracle Linux 9

Last metadata expiration check: 3:42:36 ago on Thu Feb 15 07:50:05 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.