How to Install and Uninstall perl-Net-Telnet.noarch Package on AlmaLinux 8

Last updated: May 17,2024

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

Learn how to install perl-Net-Telnet.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install perl-Net-Telnet.noarch

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

Please follow the guidelines below to uninstall perl-Net-Telnet.noarch on AlmaLinux 8:

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

3. Information about the perl-Net-Telnet.noarch package on AlmaLinux 8

Last metadata expiration check: 2:18:21 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Net-Telnet
Version : 3.05
Release : 3.el8
Architecture : noarch
Size : 69 k
Source : perl-Net-Telnet-3.05-3.el8.src.rpm
Repository : epel
Summary : Interact with TELNET port or other TCP ports
URL : https://metacpan.org/release/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. IPv6 support is available when using perl 5.14 or later.