How To Install perl-Net-IRC on Fedora 36

In this tutorial we learn how to install perl-Net-IRC in Fedora 36. perl-Net-IRC is Perl interface to the Internet Relay Chat protocol

Introduction

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

What is perl-Net-IRC

Perl implementation of the IRC protocol (RFC 1459).

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

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

sudo dnf -y install perl-Net-IRC

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

sudo yum -y install perl-Net-IRC

How To Uninstall perl-Net-IRC on Fedora 36

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

sudo dnf remove perl-Net-IRC

perl-Net-IRC Package Contents on Fedora 36

/usr/share/doc/perl-Net-IRC
/usr/share/doc/perl-Net-IRC/Changes
/usr/share/doc/perl-Net-IRC/README
/usr/share/doc/perl-Net-IRC/irctest
/usr/share/man/man3/Net::Connection.3pm.gz
/usr/share/man/man3/Net::DCC.3pm.gz
/usr/share/man/man3/Net::Event.3pm.gz
/usr/share/man/man3/Net::IRC.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/IRC
/usr/share/perl5/vendor_perl/Net/IRC.pm
/usr/share/perl5/vendor_perl/Net/IRC/Connection.pm
/usr/share/perl5/vendor_perl/Net/IRC/DCC.pm
/usr/share/perl5/vendor_perl/Net/IRC/Event.pm
/usr/share/perl5/vendor_perl/Net/IRC/EventQueue
/usr/share/perl5/vendor_perl/Net/IRC/EventQueue.pm
/usr/share/perl5/vendor_perl/Net/IRC/EventQueue/Entry.pm

References

Summary

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