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

Last updated: June 29,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Algorithm-SVM.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:36:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Algorithm-SVM
Version : 0.13
Release : 33.fc36
Architecture : x86_64
Size : 62 k
Source : perl-Algorithm-SVM-0.13-33.fc36.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.