How to Install and Uninstall perl-MooseX-Types-Structured.noarch Package on Fedora 34

Last updated: September 18,2024

1. Install "perl-MooseX-Types-Structured.noarch" package

This guide let you learn how to install perl-MooseX-Types-Structured.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MooseX-Types-Structured.noarch

2. Uninstall "perl-MooseX-Types-Structured.noarch" package

This tutorial shows how to uninstall perl-MooseX-Types-Structured.noarch on Fedora 34:

$ sudo dnf remove perl-MooseX-Types-Structured.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Types-Structured.noarch package on Fedora 34

Last metadata expiration check: 1:10:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-MooseX-Types-Structured
Version : 0.36
Release : 13.fc34
Architecture : noarch
Size : 49 k
Source : perl-MooseX-Types-Structured-0.36-13.fc34.src.rpm
Repository : fedora
Summary : Structured Type Constraints for Moose
URL : https://metacpan.org/release/MooseX-Types-Structured
License : GPL+ or Artistic
Description : A structured type constraint is a standard container Moose type constraint,
: such as an ArrayRef or HashRef, which has been enhanced to allow you to
: explicitly name all the allowed type constraints inside the structure.