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

Last updated: May 07,2024

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

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

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

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

Please follow the guidance below to uninstall perl-IO-TieCombine.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:11:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-IO-TieCombine
Version : 1.005
Release : 19.fc36
Architecture : noarch
Size : 24 k
Source : perl-IO-TieCombine-1.005-19.fc36.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).