How To Install perl-IO-Tty on Fedora 36

In this tutorial we learn how to install perl-IO-Tty in Fedora 36. perl-IO-Tty is Perl interface to pseudo tty’s

Introduction

In this tutorial we learn how to install perl-IO-Tty on Fedora 36.

What is perl-IO-Tty

IO

We can use yum or dnf to install perl-IO-Tty on Fedora 36. 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 Fedora 36 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 Fedora 36 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 Fedora 36

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 Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/d11a9b235817575e0e8506a5bc72663fa8f8cc
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).