How to Install and Uninstall perl-Net-Telnet.noarch Package on Fedora 34

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Net-Telnet.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Net-Telnet.noarch on Fedora 34:

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

3. Information about the perl-Net-Telnet.noarch package on Fedora 34

Last metadata expiration check: 0:26:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Net-Telnet
Version : 3.04
Release : 16.fc34
Architecture : noarch
Size : 62 k
Source : perl-Net-Telnet-3.04-16.fc34.src.rpm
Repository : fedora
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.