How to Install and Uninstall perl-Specio.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-Specio.noarch" package

Please follow the guidance below to install perl-Specio.noarch on Fedora 34

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

2. Uninstall "perl-Specio.noarch" package

This tutorial shows how to uninstall perl-Specio.noarch on Fedora 34:

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

3. Information about the perl-Specio.noarch package on Fedora 34

Last metadata expiration check: 5:49:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Specio
Version : 0.47
Release : 1.fc34
Architecture : noarch
Size : 156 k
Source : perl-Specio-0.47-1.fc34.src.rpm
Repository : fedora
Summary : Type constraints and coercions for Perl
URL : https://metacpan.org/release/Specio
License : Artistic 2.0 and (GPL+ or Artistic)
Description : The Specio distribution provides classes for representing type constraints
: and coercion, along with syntax sugar for declaring them.
:
: Note that this is not a proper type system for Perl. Nothing in this
: distribution will magically make the Perl interpreter start checking a value's
: type on assignment to a variable. In fact, there's no built-in way to apply a
: type to a variable at all.
:
: Instead, you can explicitly check a value against a type, and optionally coerce
: values to that type.