How To Install libsvm-svm-toy-qt on Rocky Linux 8

In this tutorial we learn how to install libsvm-svm-toy-qt on Rocky Linux 8. 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 Rocky Linux 8.

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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/bin/svm-toy-qt
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/f61924134ad6670b150b4f80fa323ca827c977
/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 Rocky Linux 8 using yum and dnf.