How to Install and Uninstall perl-Algorithm-SVM.x86_64 Package on Fedora 39

Last updated: October 14,2024

1. Install "perl-Algorithm-SVM.x86_64" package

Please follow the steps below to install perl-Algorithm-SVM.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Algorithm-SVM.x86_64

2. Uninstall "perl-Algorithm-SVM.x86_64" package

This is a short guide on how to uninstall perl-Algorithm-SVM.x86_64 on Fedora 39:

$ sudo dnf remove perl-Algorithm-SVM.x86_64 $ sudo dnf autoremove

3. Information about the perl-Algorithm-SVM.x86_64 package on Fedora 39

Last metadata expiration check: 4:38:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Algorithm-SVM
Version : 0.13
Release : 39.fc39
Architecture : x86_64
Size : 61 k
Source : perl-Algorithm-SVM-0.13-39.fc39.src.rpm
Repository : fedora
Summary : Perl bindings for the libsvm Support Vector Machine library
URL : https://metacpan.org/release/Algorithm-SVM
License : GPL+ or Artistic
Description : Algorithm::SVM implements a Support Vector Machine for Perl. Support Vector
: 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.