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

Last updated: July 01,2024

1. Install "perl-Specio.noarch" package

Here is a brief guide to show you how to install perl-Specio.noarch on Fedora 36

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

2. Uninstall "perl-Specio.noarch" package

Please follow the instructions below to uninstall perl-Specio.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:14:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Specio
Version : 0.47
Release : 5.fc36
Architecture : noarch
Size : 154 k
Source : perl-Specio-0.47-5.fc36.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.