How To Install perl-Net-Telnet-Cisco on Fedora 36

In this tutorial we learn how to install perl-Net-Telnet-Cisco in Fedora 36. perl-Net-Telnet-Cisco is Interact with a Cisco router

Introduction

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

What is perl-Net-Telnet-Cisco

This module provides additional functionality to Net Cisco routers.

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

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

sudo dnf -y install perl-Net-Telnet-Cisco

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

sudo yum -y install perl-Net-Telnet-Cisco

How To Uninstall perl-Net-Telnet-Cisco on Fedora 36

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

sudo dnf remove perl-Net-Telnet-Cisco

perl-Net-Telnet-Cisco Package Contents on Fedora 36

/usr/share/doc/perl-Net-Telnet-Cisco
/usr/share/doc/perl-Net-Telnet-Cisco/Changes
/usr/share/doc/perl-Net-Telnet-Cisco/README
/usr/share/doc/perl-Net-Telnet-Cisco/TODO
/usr/share/man/man3/Net::Telnet::Cisco.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Telnet
/usr/share/perl5/vendor_perl/Net/Telnet/Cisco.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/Net
/usr/share/perl5/vendor_perl/auto/Net/Telnet
/usr/share/perl5/vendor_perl/auto/Net/Telnet/Cisco
/usr/share/perl5/vendor_perl/auto/Net/Telnet/Cisco/autosplit.ix

References

Summary

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