How to Install and Uninstall perl-IO-Tee.noarch Package on Fedora 39
Last updated: January 13,2025
1. Install "perl-IO-Tee.noarch" package
This is a short guide on how to install perl-IO-Tee.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
perl-IO-Tee.noarch
Copied
2. Uninstall "perl-IO-Tee.noarch" package
This guide let you learn how to uninstall perl-IO-Tee.noarch on Fedora 39:
$
sudo dnf remove
perl-IO-Tee.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-IO-Tee.noarch package on Fedora 39
Last metadata expiration check: 4:19:09 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-IO-Tee
Version : 0.66
Release : 9.fc39
Architecture : noarch
Size : 22 k
Source : perl-IO-Tee-0.66-9.fc39.src.rpm
Repository : fedora
Summary : Multiplex output to multiple output handles
URL : https://metacpan.org/release/IO-Tee
License : GPL+ or Artistic
Description : IO::Tee objects can be used to multiplex input and output in two different
: ways. The first way is to multiplex output to zero or more output handles.
: The IO::Tee constructor, given a list of output handles, returns a tied
: handle that can be written to. When written to (using print or printf), the
: IO::Tee object multiplexes the output to the list of handles originally
: passed to the constructor. As a shortcut, you can also directly pass a
: string or an array reference to the constructor, in which case
: IO::File::new is called for you with the specified argument or arguments.
Available Packages
Name : perl-IO-Tee
Version : 0.66
Release : 9.fc39
Architecture : noarch
Size : 22 k
Source : perl-IO-Tee-0.66-9.fc39.src.rpm
Repository : fedora
Summary : Multiplex output to multiple output handles
URL : https://metacpan.org/release/IO-Tee
License : GPL+ or Artistic
Description : IO::Tee objects can be used to multiplex input and output in two different
: ways. The first way is to multiplex output to zero or more output handles.
: The IO::Tee constructor, given a list of output handles, returns a tied
: handle that can be written to. When written to (using print or printf), the
: IO::Tee object multiplexes the output to the list of handles originally
: passed to the constructor. As a shortcut, you can also directly pass a
: string or an array reference to the constructor, in which case
: IO::File::new is called for you with the specified argument or arguments.