How to Install and Uninstall perl-Type-Tie.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

This tutorial shows how to install perl-Type-Tie.noarch on Rocky Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Type-Tie.noarch on Rocky Linux 8:

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

3. Information about the perl-Type-Tie.noarch package on Rocky Linux 8

Last metadata expiration check: 2:01:13 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Type-Tie
Version : 0.014
Release : 5.el8
Architecture : noarch
Size : 29 k
Source : perl-Type-Tie-0.014-5.el8.src.rpm
Repository : epel
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, which 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.