How to Install and Uninstall perl-aliased.noarch Package on Fedora 39

Last updated: October 09,2024

1. Install "perl-aliased.noarch" package

This is a short guide on how to install perl-aliased.noarch on Fedora 39

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

2. Uninstall "perl-aliased.noarch" package

Please follow the guidelines below to uninstall perl-aliased.noarch on Fedora 39:

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

3. Information about the perl-aliased.noarch package on Fedora 39

Last metadata expiration check: 2:37:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-aliased
Version : 0.34
Release : 26.fc39
Architecture : noarch
Size : 25 k
Source : perl-aliased-0.34-26.fc39.src.rpm
Repository : fedora
Summary : Use shorter versions of class names
URL : https://metacpan.org/release/aliased
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.