How to Install and Uninstall perl-Net-Telnet.noarch Package on Amazon Linux 2

Last updated: November 24,2024

1. Install "perl-Net-Telnet.noarch" package

This guide let you learn how to install perl-Net-Telnet.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Net-Telnet.noarch

2. Uninstall "perl-Net-Telnet.noarch" package

Please follow the instructions below to uninstall perl-Net-Telnet.noarch on Amazon Linux 2:

$ sudo yum remove perl-Net-Telnet.noarch $ sudo yum autoremove

3. Information about the perl-Net-Telnet.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Net-Telnet
Arch : noarch
Version : 3.03
Release : 19.amzn2
Size : 56 k
Repo : amzn2-core/2/x86_64
Summary : Net-Telnet Perl module
URL : http://search.cpan.org/dist/Net-Telnet/
License : GPL+ or Artistic
Description : Net::Telnet allows you to make client connections to a TCP port
: and do 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.