How to Install and Uninstall perl-MooseX-Aliases.noarch Package on CentOS Stream 8

Last updated: November 01,2024

1. Install "perl-MooseX-Aliases.noarch" package

In this section, we are going to explain the necessary steps to install perl-MooseX-Aliases.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-MooseX-Aliases.noarch

2. Uninstall "perl-MooseX-Aliases.noarch" package

This tutorial shows how to uninstall perl-MooseX-Aliases.noarch on CentOS Stream 8:

$ sudo dnf remove perl-MooseX-Aliases.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Aliases.noarch package on CentOS Stream 8

Last metadata expiration check: 5:27:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-MooseX-Aliases
Version : 0.11
Release : 16.el8
Architecture : noarch
Size : 29 k
Source : perl-MooseX-Aliases-0.11-16.el8.src.rpm
Repository : epel
Summary : Easy aliasing of methods and attributes in Moose
URL : https://metacpan.org/release/MooseX-Aliases
License : GPL+ or Artistic
Description : The MooseX::Aliases module will allow you to quickly alias methods in
: Moose. It provides an alias parameter for has() to generate aliased
: accessors as well as the standard ones. Attributes can also be initialized
: in the constructor via their aliased names.