How to Install and Uninstall perl-IO-TieCombine.noarch Package on Fedora 35

Last updated: November 29,2024

1. Install "perl-IO-TieCombine.noarch" package

Please follow the step by step instructions below to install perl-IO-TieCombine.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-IO-TieCombine.noarch

2. Uninstall "perl-IO-TieCombine.noarch" package

This is a short guide on how to uninstall perl-IO-TieCombine.noarch on Fedora 35:

$ sudo dnf remove perl-IO-TieCombine.noarch $ sudo dnf autoremove

3. Information about the perl-IO-TieCombine.noarch package on Fedora 35

Last metadata expiration check: 5:07:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-IO-TieCombine
Version : 1.005
Release : 18.fc35
Architecture : noarch
Size : 24 k
Source : perl-IO-TieCombine-1.005-18.fc35.src.rpm
Repository : fedora
Summary : Produce tied (and other) separate but combined variables
URL : https://metacpan.org/release/IO-TieCombine
License : GPL+ or Artistic
Description : This package allows you to tie separate variables into a combined whole, using
: ties and other magic. This can be very useful when, say, you want a unified
: output from various different things that return data in different ways
: (STDIN/ERR, scalars, handles, etc).