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

Last updated: November 14,2024

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

This guide covers the steps necessary to install perl-Tie-Simple.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Tie-Simple.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:15:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Tie-Simple
Version : 1.04
Release : 16.fc34
Architecture : noarch
Size : 30 k
Source : perl-Tie-Simple-1.04-16.fc34.src.rpm
Repository : fedora
Summary : Variable ties made easier: much, much, much easier
URL : https://metacpan.org/release/Tie-Simple
License : GPL+ or Artistic
Description : This module adds the ability to quickly create new types of tie objects
: without creating a complete class. It does so in such a way as to try and
: make the programmers life easier when it comes to single-use ties that I
: find myself wanting to use from time-to-time.