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

Last updated: July 01,2024

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

Learn how to install perl-IO-TieCombine.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-IO-TieCombine.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:49:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-IO-TieCombine
Version : 1.005
Release : 16.fc34
Architecture : noarch
Size : 24 k
Source : perl-IO-TieCombine-1.005-16.fc34.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).