How To Install libsvm-svm-toy-qt on Fedora 36

In this tutorial we learn how to install libsvm-svm-toy-qt in Fedora 36. libsvm-svm-toy-qt is QT version of svm-toy (libsvm demonstration program)

Introduction

In this tutorial we learn how to install libsvm-svm-toy-qt on Fedora 36.

What is libsvm-svm-toy-qt

svm-toy is a libsvm demonstration program which has a qt-GUI to display the derived separating hyperplane.

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

Install libsvm-svm-toy-qt 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-svm-toy-qt using dnf by running the following command:

sudo dnf -y install libsvm-svm-toy-qt

Install libsvm-svm-toy-qt 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-svm-toy-qt using yum by running the following command:

sudo yum -y install libsvm-svm-toy-qt

How To Uninstall libsvm-svm-toy-qt on Fedora 36

To uninstall only the libsvm-svm-toy-qt package we can use the following command:

sudo dnf remove libsvm-svm-toy-qt

libsvm-svm-toy-qt Package Contents on Fedora 36

/usr/bin/svm-toy-qt
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/a2fa7388607ec12197be8125de6e0397990eb0
/usr/share/applications/libsvm-svm-toy-qt.desktop
/usr/share/doc/libsvm-svm-toy-qt
/usr/share/doc/libsvm-svm-toy-qt/README
/usr/share/icons/hicolor/48x48/apps/libsvm-svm-toy-qt-48.png

References

Summary

In this tutorial we learn how to install libsvm-svm-toy-qt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).