How To Install perl-Bot-BasicBot on Fedora 36

In this tutorial we learn how to install perl-Bot-BasicBot in Fedora 36. perl-Bot-BasicBot is Simple IRC bot base class

Introduction

In this tutorial we learn how to install perl-Bot-BasicBot on Fedora 36.

What is perl-Bot-BasicBot

Basic bot system designed to make it easy to do simple bots, optionally forking longer processes (like searches) concurrently in the background.

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

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

sudo dnf -y install perl-Bot-BasicBot

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

sudo yum -y install perl-Bot-BasicBot

How To Uninstall perl-Bot-BasicBot on Fedora 36

To uninstall only the perl-Bot-BasicBot package we can use the following command:

sudo dnf remove perl-Bot-BasicBot

perl-Bot-BasicBot Package Contents on Fedora 36

/usr/share/doc/perl-Bot-BasicBot
/usr/share/doc/perl-Bot-BasicBot/Changes
/usr/share/doc/perl-Bot-BasicBot/examples
/usr/share/doc/perl-Bot-BasicBot/examples/countdownbot.pl
/usr/share/doc/perl-Bot-BasicBot/examples/cpanbot.pl
/usr/share/doc/perl-Bot-BasicBot/examples/namer.pl
/usr/share/doc/perl-Bot-BasicBot/examples/tailbot.pl
/usr/share/doc/perl-Bot-BasicBot/examples/tango.pl
/usr/share/licenses/perl-Bot-BasicBot
/usr/share/licenses/perl-Bot-BasicBot/LICENSE
/usr/share/man/man3/Bot::BasicBot.3pm.gz
/usr/share/perl5/vendor_perl/Bot
/usr/share/perl5/vendor_perl/Bot/BasicBot.pm

References

Summary

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