How To Install perl-IO-Tee on CentOS 8
Introduction
In this tutorial we learn how to install perl-IO-Tee on CentOS 8.
What is perl-IO-Tee
IO ways. The first way is to multiplex output to zero or more output handles. The IO handle that can be written to. When written to (using print or printf), the IO 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
We can use yum or dnf to install perl-IO-Tee on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-Tee.
Install perl-IO-Tee on CentOS 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install perl-IO-Tee using yum by running the following command:
sudo yum -y install perl-IO-Tee
Install perl-IO-Tee on CentOS 8 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install perl-IO-Tee using dnf by running the following command:
sudo dnf -y install perl-IO-Tee
How To Uninstall perl-IO-Tee on CentOS 8
To uninstall only the perl-IO-Tee package we can use the following command:
sudo dnf remove perl-IO-Tee
References
Summary
In this tutorial we learn how to install perl-IO-Tee on CentOS 8 using yum and dnf.