How to Install and Uninstall perl-MooseX-Types.noarch Package on CentOS Stream 8
Last updated: November 01,2024
1. Install "perl-MooseX-Types.noarch" package
This tutorial shows how to install perl-MooseX-Types.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-MooseX-Types.noarch
Copied
2. Uninstall "perl-MooseX-Types.noarch" package
This guide let you learn how to uninstall perl-MooseX-Types.noarch on CentOS Stream 8:
$
sudo dnf remove
perl-MooseX-Types.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-MooseX-Types.noarch package on CentOS Stream 8
Last metadata expiration check: 4:08:25 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-MooseX-Types
Version : 0.50
Release : 9.el8
Architecture : noarch
Size : 87 k
Source : perl-MooseX-Types-0.50-9.el8.src.rpm
Repository : epel
Summary : Organize your Moose types in libraries
URL : https://metacpan.org/release/MooseX-Types
License : GPL+ or Artistic
Description : The types provided with the Moose man page are by design global. This
: package helps you to organize and selectively import your own and the
: built-in types in libraries. As a nice side effect, it catches typos at
: compile-time too.
:
: However, the main reason for this module is to provide an easy way to not
: have conflicts with your type names, since the internal fully qualified
: names of the types will be prefixed with the library's name.
:
: This module will also provide you with some helper functions to make it
: easier to use Moose types in your code.
Available Packages
Name : perl-MooseX-Types
Version : 0.50
Release : 9.el8
Architecture : noarch
Size : 87 k
Source : perl-MooseX-Types-0.50-9.el8.src.rpm
Repository : epel
Summary : Organize your Moose types in libraries
URL : https://metacpan.org/release/MooseX-Types
License : GPL+ or Artistic
Description : The types provided with the Moose man page are by design global. This
: package helps you to organize and selectively import your own and the
: built-in types in libraries. As a nice side effect, it catches typos at
: compile-time too.
:
: However, the main reason for this module is to provide an easy way to not
: have conflicts with your type names, since the internal fully qualified
: names of the types will be prefixed with the library's name.
:
: This module will also provide you with some helper functions to make it
: easier to use Moose types in your code.