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

Last updated: June 29,2024

1. Install "perl-aliased.noarch" package

Please follow the step by step instructions below to install perl-aliased.noarch on Oracle Linux 8

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

2. Uninstall "perl-aliased.noarch" package

Please follow the guidance below to uninstall perl-aliased.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:14:41 ago on Mon Sep 12 02:51:38 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.