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

Last updated: September 29,2024

1. Install "perl-Specio.noarch" package

This guide let you learn how to install perl-Specio.noarch on Fedora 39

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

2. Uninstall "perl-Specio.noarch" package

This guide covers the steps necessary to uninstall perl-Specio.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:04:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Specio
Version : 0.48
Release : 4.fc39
Architecture : noarch
Size : 157 k
Source : perl-Specio-0.48-4.fc39.src.rpm
Repository : fedora
Summary : Type constraints and coercions for Perl
URL : https://metacpan.org/release/Specio
License : Artistic-2.0 AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
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.