How To Install perl-Algorithm-SVM on Fedora 36

In this tutorial we learn how to install perl-Algorithm-SVM in Fedora 36. perl-Algorithm-SVM is Perl bindings for the libsvm Support Vector Machine library

Introduction

In this tutorial we learn how to install perl-Algorithm-SVM on Fedora 36.

What is perl-Algorithm-SVM

Algorithm Machines provide a method for creating classification functions from a set of labeled training data, from which predictions can be made for subsequent data sets.

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

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

sudo dnf -y install perl-Algorithm-SVM

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

sudo yum -y install perl-Algorithm-SVM

How To Uninstall perl-Algorithm-SVM on Fedora 36

To uninstall only the perl-Algorithm-SVM package we can use the following command:

sudo dnf remove perl-Algorithm-SVM

perl-Algorithm-SVM Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/0cccbe9333ea1deeda445aee5d14befff87121
/usr/lib64/perl5/vendor_perl/Algorithm/SVM
/usr/lib64/perl5/vendor_perl/Algorithm/SVM.pm
/usr/lib64/perl5/vendor_perl/Algorithm/SVM/DataSet.pm
/usr/lib64/perl5/vendor_perl/auto/Algorithm/SVM
/usr/lib64/perl5/vendor_perl/auto/Algorithm/SVM/SVM.so
/usr/lib64/perl5/vendor_perl/auto/Algorithm/SVM/autosplit.ix
/usr/share/doc/perl-Algorithm-SVM
/usr/share/doc/perl-Algorithm-SVM/Changes
/usr/share/doc/perl-Algorithm-SVM/README
/usr/share/doc/perl-Algorithm-SVM/sample.model
/usr/share/doc/perl-Algorithm-SVM/sample.model.1
/usr/share/man/man3/Algorithm::SVM.3pm.gz
/usr/share/man/man3/Algorithm::SVM::DataSet.3pm.gz

References

Summary

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