How To Install libsvm-devel on Fedora 36
Introduction
In this tutorial we learn how to install libsvm-devel
on Fedora 36.
What is libsvm-devel
Header and object files for libsvm in C, C++ and Java. Install this package if you want to develop programs with libsvm.
We can use yum
or dnf
to install libsvm-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsvm-devel.
Install libsvm-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libsvm-devel
Install libsvm-devel 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-devel
using yum
by running the following command:
sudo yum -y install libsvm-devel
How To Uninstall libsvm-devel on Fedora 36
To uninstall only the libsvm-devel
package we can use the following command:
sudo dnf remove libsvm-devel
libsvm-devel Package Contents on Fedora 36
---
title: "How To Install libsvm-devel on Fedora 36"
linkTitle: "libsvm-devel"
type: "docs"
description: "In this tutorial we learn how to install libsvm-devel in Fedora 36. libsvm-devel is Development files for libsvm in C, C++ and Java"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libsvm-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libsvm-devel` on Fedora 36.
### What is `libsvm-devel`
> Header and object files for libsvm in C, C++ and Java. Install this package if you want to develop programs with libsvm.
We can use `yum` or `dnf` to install `libsvm-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsvm-devel.
## Install libsvm-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libsvm-devel
using dnf
by running the following command:
sudo dnf -y install libsvm-devel
Install libsvm-devel 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-devel
using yum
by running the following command:
sudo yum -y install libsvm-devel
How To Uninstall libsvm-devel on Fedora 36
To uninstall only the libsvm-devel
package we can use the following command:
sudo dnf remove libsvm-devel
libsvm-devel Package Contents on Fedora 36
/usr/include/libsvm
/usr/include/libsvm/svm.h
/usr/lib64/libsvm.so
/usr/share/doc/libsvm-devel
/usr/share/doc/libsvm-devel/README
References
Summary
In this tutorial we learn how to install libsvm-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/libsvm /usr/include/libsvm/svm.h /usr/lib/libsvm.so /usr/share/doc/libsvm-devel /usr/share/doc/libsvm-devel/README
## References
* [libsvm-devel website](https://www.csie.ntu.edu.tw/~cjlin/libsvm/)
## Summary
In this tutorial we learn how to install `libsvm-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).