How To Install perl-Net-Appliance-Session on Fedora 36
Introduction
In this tutorial we learn how to install perl-Net-Appliance-Session
on Fedora 36.
What is perl-Net-Appliance-Session
Use this module to establish an interactive command-line session with a network appliance. There is special support for moving into “privileged” mode and “configure” mode, along with the ability to send commands to the connected device and retrieve returned output.
We can use yum
or dnf
to install perl-Net-Appliance-Session
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-Appliance-Session.
Install perl-Net-Appliance-Session 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-Appliance-Session
using dnf
by running the following command:
sudo dnf -y install perl-Net-Appliance-Session
Install perl-Net-Appliance-Session 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-Appliance-Session
using yum
by running the following command:
sudo yum -y install perl-Net-Appliance-Session
How To Uninstall perl-Net-Appliance-Session on Fedora 36
To uninstall only the perl-Net-Appliance-Session
package we can use the following command:
sudo dnf remove perl-Net-Appliance-Session
perl-Net-Appliance-Session Package Contents on Fedora 36
/usr/bin/nas
/usr/share/doc/perl-Net-Appliance-Session
/usr/share/doc/perl-Net-Appliance-Session/Changes
/usr/share/doc/perl-Net-Appliance-Session/examples
/usr/share/doc/perl-Net-Appliance-Session/examples/example-1.pl
/usr/share/man/man1/nas.1.gz
/usr/share/man/man3/Net::Appliance::Session.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Appliance
/usr/share/perl5/vendor_perl/Net/Appliance/Session
/usr/share/perl5/vendor_perl/Net/Appliance/Session.pm
/usr/share/perl5/vendor_perl/Net/Appliance/Session/Async.pm
/usr/share/perl5/vendor_perl/Net/Appliance/Session/Engine.pm
/usr/share/perl5/vendor_perl/Net/Appliance/Session/Scripting.pm
/usr/share/perl5/vendor_perl/Net/Appliance/Session/Transport.pm
References
Summary
In this tutorial we learn how to install perl-Net-Appliance-Session
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).