How To Install perl-IO-Tty on Rocky Linux 8
In this tutorial we learn how to install perl-IO-Tty on Rocky Linux 8. perl-IO-Tty is Perl interface to pseudo tty’s
Introduction
In this tutorial we learn how to install perl-IO-Tty
on Rocky Linux 8.
What is perl-IO-Tty
IO
We can use yum
or dnf
to install perl-IO-Tty
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-Tty.
Install perl-IO-Tty on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-IO-Tty
using dnf
by running the following command:
sudo dnf -y install perl-IO-Tty
Install perl-IO-Tty on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-IO-Tty
using yum
by running the following command:
sudo yum -y install perl-IO-Tty
How To Uninstall perl-IO-Tty on Rocky Linux 8
To uninstall only the perl-IO-Tty
package we can use the following command:
sudo dnf remove perl-IO-Tty
perl-IO-Tty Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/2051b05c68474adeba4b35612c1782f96914a7
/usr/lib64/perl5/vendor_perl/IO
/usr/lib64/perl5/vendor_perl/IO/Pty.pm
/usr/lib64/perl5/vendor_perl/IO/Tty
/usr/lib64/perl5/vendor_perl/IO/Tty.pm
/usr/lib64/perl5/vendor_perl/IO/Tty/Constant.pm
/usr/lib64/perl5/vendor_perl/auto/IO
/usr/lib64/perl5/vendor_perl/auto/IO/Tty
/usr/lib64/perl5/vendor_perl/auto/IO/Tty/Tty.so
/usr/share/doc/perl-IO-Tty
/usr/share/doc/perl-IO-Tty/ChangeLog
/usr/share/doc/perl-IO-Tty/README
/usr/share/man/man3/IO::Pty.3pm.gz
/usr/share/man/man3/IO::Tty.3pm.gz
/usr/share/man/man3/IO::Tty::Constant.3pm.gz
References
Summary
In this tutorial we learn how to install perl-IO-Tty
on Rocky Linux 8 using yum and dnf.