How To Install perl-Net-Telnet on Fedora 36

In this tutorial we learn how to install perl-Net-Telnet in Fedora 36. perl-Net-Telnet is Interact with TELNET port or other TCP ports

Introduction

In this tutorial we learn how to install perl-Net-Telnet on Fedora 36.

What is perl-Net-Telnet

Net network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a time-out and to wait for patterns to appear in the input stream, such as the prompt from a shell. IPv6 support is available when using perl 5.14 or later.

We can use yum or dnf to install perl-Net-Telnet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-Telnet.

Install perl-Net-Telnet 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-Net-Telnet using dnf by running the following command:

sudo dnf -y install perl-Net-Telnet

Install perl-Net-Telnet 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-Net-Telnet using yum by running the following command:

sudo yum -y install perl-Net-Telnet

How To Uninstall perl-Net-Telnet on Fedora 36

To uninstall only the perl-Net-Telnet package we can use the following command:

sudo dnf remove perl-Net-Telnet

perl-Net-Telnet Package Contents on Fedora 36

/usr/share/doc/perl-Net-Telnet
/usr/share/doc/perl-Net-Telnet/ChangeLog
/usr/share/doc/perl-Net-Telnet/README
/usr/share/man/man3/Net::Telnet.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Telnet.pm

References

Summary

In this tutorial we learn how to install perl-Net-Telnet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).