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

Last updated: September 28,2024

1. Install "perl-Type-Tie.noarch" package

Learn how to install perl-Type-Tie.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Type-Tie.noarch

2. Uninstall "perl-Type-Tie.noarch" package

This is a short guide on how to uninstall perl-Type-Tie.noarch on Fedora 34:

$ sudo dnf remove perl-Type-Tie.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:45:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Type-Tie
Version : 0.015
Release : 2.fc34
Architecture : noarch
Size : 29 k
Source : perl-Type-Tie-0.015-2.fc34.src.rpm
Repository : fedora
Summary : Tie a variable to a type constraint
URL : https://metacpan.org/release/Type-Tie
License : GPL+ or Artistic
Description : This module exports a single function: ttie. ttie ties a variable to a
: type constraint, ensuring that whatever values stored in the variable
: will conform to the type constraint. If the type constraint has
: coercions, these will be used if necessary to ensure values assigned to
: the variable conform.