How To Install perl-Chatbot-Eliza on Fedora 36

In this tutorial we learn how to install perl-Chatbot-Eliza in Fedora 36. perl-Chatbot-Eliza is Implementation of the Eliza algorithm

Introduction

In this tutorial we learn how to install perl-Chatbot-Eliza on Fedora 36.

What is perl-Chatbot-Eliza

This module implements the classic Eliza algorithm. The original Eliza program was written by Joseph Weizenbaum and described in the Communications of the ACM in 1966. Eliza is a mock Rogerian psychotherapist. It prompts for user input, and uses a simple transformation algorithm to change user input into a follow-up question. The program is designed to give the appearance of understanding.

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

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

sudo dnf -y install perl-Chatbot-Eliza

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

sudo yum -y install perl-Chatbot-Eliza

How To Uninstall perl-Chatbot-Eliza on Fedora 36

To uninstall only the perl-Chatbot-Eliza package we can use the following command:

sudo dnf remove perl-Chatbot-Eliza

perl-Chatbot-Eliza Package Contents on Fedora 36

/usr/share/doc/perl-Chatbot-Eliza
/usr/share/doc/perl-Chatbot-Eliza/Changes
/usr/share/doc/perl-Chatbot-Eliza/README
/usr/share/doc/perl-Chatbot-Eliza/examples
/usr/share/doc/perl-Chatbot-Eliza/examples/debug.cgi
/usr/share/doc/perl-Chatbot-Eliza/examples/deutsch
/usr/share/doc/perl-Chatbot-Eliza/examples/deutsch.cgi
/usr/share/doc/perl-Chatbot-Eliza/examples/deutsch.txt
/usr/share/doc/perl-Chatbot-Eliza/examples/doctor.txt
/usr/share/doc/perl-Chatbot-Eliza/examples/norsk
/usr/share/doc/perl-Chatbot-Eliza/examples/norsk.cgi
/usr/share/doc/perl-Chatbot-Eliza/examples/norsk.txt
/usr/share/doc/perl-Chatbot-Eliza/examples/simple
/usr/share/doc/perl-Chatbot-Eliza/examples/simple.cgi
/usr/share/doc/perl-Chatbot-Eliza/examples/twobots
/usr/share/licenses/perl-Chatbot-Eliza
/usr/share/licenses/perl-Chatbot-Eliza/LICENSE
/usr/share/man/man3/Chatbot::Eliza.3pm.gz
/usr/share/perl5/vendor_perl/Chatbot
/usr/share/perl5/vendor_perl/Chatbot/Eliza.pm

References

Summary

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