How To Install perl-libnet on Fedora 36
Introduction
In this tutorial we learn how to install perl-libnet
on Fedora 36.
What is perl-libnet
This is a collection of Perl modules which provides a simple and consistent programming interface (API) to the client side of various protocols used in the internet community.
We can use yum
or dnf
to install perl-libnet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-libnet.
Install perl-libnet 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-libnet
using dnf
by running the following command:
sudo dnf -y install perl-libnet
Install perl-libnet 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-libnet
using yum
by running the following command:
sudo yum -y install perl-libnet
How To Uninstall perl-libnet on Fedora 36
To uninstall only the perl-libnet
package we can use the following command:
sudo dnf remove perl-libnet
perl-libnet Package Contents on Fedora 36
/usr/share/doc/perl-libnet
/usr/share/doc/perl-libnet/Changes
/usr/share/doc/perl-libnet/README
/usr/share/licenses/perl-libnet
/usr/share/licenses/perl-libnet/Artistic
/usr/share/licenses/perl-libnet/Copying
/usr/share/licenses/perl-libnet/LICENCE
/usr/share/man/man3/Net::Cmd.3pm.gz
/usr/share/man/man3/Net::Config.3pm.gz
/usr/share/man/man3/Net::Domain.3pm.gz
/usr/share/man/man3/Net::FTP.3pm.gz
/usr/share/man/man3/Net::FTP::dataconn.3pm.gz
/usr/share/man/man3/Net::NNTP.3pm.gz
/usr/share/man/man3/Net::Netrc.3pm.gz
/usr/share/man/man3/Net::POP3.3pm.gz
/usr/share/man/man3/Net::SMTP.3pm.gz
/usr/share/man/man3/Net::Time.3pm.gz
/usr/share/man/man3/Net::libnetFAQ.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Cmd.pm
/usr/share/perl5/vendor_perl/Net/Config.pm
/usr/share/perl5/vendor_perl/Net/Domain.pm
/usr/share/perl5/vendor_perl/Net/FTP
/usr/share/perl5/vendor_perl/Net/FTP.pm
/usr/share/perl5/vendor_perl/Net/FTP/A.pm
/usr/share/perl5/vendor_perl/Net/FTP/E.pm
/usr/share/perl5/vendor_perl/Net/FTP/I.pm
/usr/share/perl5/vendor_perl/Net/FTP/L.pm
/usr/share/perl5/vendor_perl/Net/FTP/dataconn.pm
/usr/share/perl5/vendor_perl/Net/NNTP.pm
/usr/share/perl5/vendor_perl/Net/Netrc.pm
/usr/share/perl5/vendor_perl/Net/POP3.pm
/usr/share/perl5/vendor_perl/Net/SMTP.pm
/usr/share/perl5/vendor_perl/Net/Time.pm
/usr/share/perl5/vendor_perl/Net/libnetFAQ.pod
References
Summary
In this tutorial we learn how to install perl-libnet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).