How To Install perl-AI-DecisionTree on Fedora 36

In this tutorial we learn how to install perl-AI-DecisionTree in Fedora 36. perl-AI-DecisionTree is Automatically Learns Decision Trees

Introduction

In this tutorial we learn how to install perl-AI-DecisionTree on Fedora 36.

What is perl-AI-DecisionTree

The AI trees" to explain a set of training data. A decision tree is a kind of categorizer that use a flowchart-like process for categorizing new instances. For instance, a learned decision tree might look like the following, which classifies for the concept “play tennis”

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

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

sudo dnf -y install perl-AI-DecisionTree

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

sudo yum -y install perl-AI-DecisionTree

How To Uninstall perl-AI-DecisionTree on Fedora 36

To uninstall only the perl-AI-DecisionTree package we can use the following command:

sudo dnf remove perl-AI-DecisionTree

perl-AI-DecisionTree Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/d85ec0f4f222d42899d8084eeead4e05b91052
/usr/lib64/perl5/vendor_perl/AI
/usr/lib64/perl5/vendor_perl/AI/DecisionTree
/usr/lib64/perl5/vendor_perl/AI/DecisionTree.pm
/usr/lib64/perl5/vendor_perl/AI/DecisionTree/Instance.pm
/usr/lib64/perl5/vendor_perl/auto/AI
/usr/lib64/perl5/vendor_perl/auto/AI/DecisionTree
/usr/lib64/perl5/vendor_perl/auto/AI/DecisionTree/Instance
/usr/lib64/perl5/vendor_perl/auto/AI/DecisionTree/Instance/Instance.so
/usr/share/doc/perl-AI-DecisionTree
/usr/share/doc/perl-AI-DecisionTree/Changes
/usr/share/doc/perl-AI-DecisionTree/LICENSE
/usr/share/doc/perl-AI-DecisionTree/README
/usr/share/doc/perl-AI-DecisionTree/dist.ini
/usr/share/doc/perl-AI-DecisionTree/eg
/usr/share/doc/perl-AI-DecisionTree/eg/example.pl
/usr/share/man/man3/AI::DecisionTree.3pm.gz
/usr/share/man/man3/AI::DecisionTree::Instance.3pm.gz

References

Summary

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