How To Install libsvm on Fedora 36
Introduction
In this tutorial we learn how to install libsvm
on Fedora 36.
What is libsvm
LIBSVM is integrated software for support vector classification (C-SVC, nu-SVC ), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM ). It supports multi-class classification.
We can use yum
or dnf
to install libsvm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsvm.
Install libsvm 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 libsvm
using dnf
by running the following command:
sudo dnf -y install libsvm
Install libsvm 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 libsvm
using yum
by running the following command:
sudo yum -y install libsvm
How To Uninstall libsvm on Fedora 36
To uninstall only the libsvm
package we can use the following command:
sudo dnf remove libsvm
libsvm Package Contents on Fedora 36
/usr/bin/svm-predict
/usr/bin/svm-scale
/usr/bin/svm-train
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/0dbdd077b20511b72c20eb2a076b074c2e9955
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/a8b50e3286ae0aaf92867449480de406ad2415
/usr/lib/.build-id/79
/usr/lib/.build-id/79/83dd9ddcf032621cdd21e286345186795fc7cd
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/cba0e7a2690623e995e5f1b4987dc27407345e
/usr/lib64/libsvm.so.2
/usr/share/doc/libsvm
/usr/share/doc/libsvm/COPYRIGHT
/usr/share/doc/libsvm/ChangeLog
/usr/share/doc/libsvm/FAQ.html
/usr/share/doc/libsvm/guide.pdf
/usr/share/libsvm
/usr/share/libsvm/examples
/usr/share/libsvm/examples/heart_scale
title: “How To Install libsvm on Fedora 36”
References
linkTitle: “libsvm” type: “docs”
Summary
description: “In this tutorial we learn how to install libsvm in Fedora 36. libsvm is A Library for Support Vector Machines”
date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsvm-featured.png
Introduction
In this tutorial we learn how to install libsvm
on Fedora 36.
What is libsvm
In this tutorial we learn how to install libsvm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
LIBSVM is integrated software for support vector classification (C-SVC, nu-SVC ), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM ). It supports multi-class classification.
We can use yum
or dnf
to install libsvm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsvm.
Install libsvm 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 libsvm
using dnf
by running the following command:
sudo dnf -y install libsvm
Install libsvm 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 libsvm
using yum
by running the following command:
sudo yum -y install libsvm
How To Uninstall libsvm on Fedora 36
To uninstall only the libsvm
package we can use the following command:
sudo dnf remove libsvm
libsvm Package Contents on Fedora 36
/usr/bin/svm-predict
/usr/bin/svm-scale
/usr/bin/svm-train
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/80c3e5f884e2299279cabea26074b6f30cfc10
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/ff0b4c0c587e3d017aace0f9da39cfffe24ffe
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/8dfb8dae5ee53dc3f87dcd9dee86453d02eb4c
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/3ca94e9f15d690ea3329e455bc30d0ab4dd261
/usr/lib/libsvm.so.2
/usr/share/doc/libsvm
/usr/share/doc/libsvm/COPYRIGHT
/usr/share/doc/libsvm/ChangeLog
/usr/share/doc/libsvm/FAQ.html
/usr/share/doc/libsvm/guide.pdf
/usr/share/libsvm
/usr/share/libsvm/examples
/usr/share/libsvm/examples/heart_scale
References
Summary
In this tutorial we learn how to install libsvm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).