title: “How To Install Simple-Fuzzer-devel on Fedora 36” title: “How To Install Simple-Fuzzer-devel on Fedora 36” linkTitle: “Simple-Fuzzer-devel” linkTitle: “Simple-Fuzzer-devel” type: “docs” type: “docs” description: “In this tutorial we learn how to install Simple-Fuzzer-devel in Fedora 36. Simple-Fuzzer-devel is Simple Fuzzer development files” description: “In this tutorial we learn how to install Simple-Fuzzer-devel in Fedora 36. Simple-Fuzzer-devel is Simple Fuzzer development files” date: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/Simple-Fuzzer-devel-featured.png #image: /images/fedora/36/Simple-Fuzzer-devel-featured.png
Introduction
Introduction
In this tutorial we learn how to install Simple-Fuzzer-devel
on Fedora 36.
In this tutorial we learn how to install Simple-Fuzzer-devel
on Fedora 36.
What is Simple-Fuzzer-devel
What is Simple-Fuzzer-devel
This package contains the headers and other files needed for developing plugins for Simple Fuzzer
This package contains the headers and other files needed for developing plugins for Simple Fuzzer
We can use yum
or dnf
to install Simple-Fuzzer-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Simple-Fuzzer-devel.
We can use yum
or dnf
to install Simple-Fuzzer-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Simple-Fuzzer-devel.
Install Simple-Fuzzer-devel on Fedora 36 Using dnf
Install Simple-Fuzzer-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
Update yum database with dnf
using the following command.
```bash
sudo dnf makecache --refresh
sudo dnf makecache –refresh
After updating yum database, We can install `Simple-Fuzzer-devel` using `dnf` by running the following command:
After updating yum database, We can install `Simple-Fuzzer-devel` using `dnf` by running the following command:
```bash
sudo dnf -y install Simple-Fuzzer-devel
```bash
sudo dnf -y install Simple-Fuzzer-devel
## Install Simple-Fuzzer-devel on Fedora 36 Using yum
Update yum database with `yum` using the following command.
## Install Simple-Fuzzer-devel on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
sudo yum makecache --refresh
sudo yum makecache --refresh
After updating yum database, We can install Simple-Fuzzer-devel
using yum
by running the following command:
After updating yum database, We can install `Simple-Fuzzer-devel` using `yum` by running the following command:
sudo yum -y install Simple-Fuzzer-devel
## How To Uninstall Simple-Fuzzer-devel on Fedora 36
sudo yum -y install Simple-Fuzzer-devel
To uninstall only the Simple-Fuzzer-devel
package we can use the following command:
How To Uninstall Simple-Fuzzer-devel on Fedora 36
To uninstall only the `Simple-Fuzzer-devel` package we can use the following command:
sudo dnf remove Simple-Fuzzer-devel
sudo dnf remove Simple-Fuzzer-devel
## Simple-Fuzzer-devel Package Contents on Fedora 36
## Simple-Fuzzer-devel Package Contents on Fedora 36
```bash
/usr/share/licenses/Simple-Fuzzer-devel
/usr/share/licenses/Simple-Fuzzer-devel/LICENSING
/usr/share/sfuzz-db/vulnerable-echo-server.c
References
Summary
In this tutorial we learn how to install Simple-Fuzzer-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/share/licenses/Simple-Fuzzer-devel /usr/share/licenses/Simple-Fuzzer-devel/LICENSING /usr/share/sfuzz-db/vulnerable-echo-server.c
## References
* [Simple-Fuzzer-devel website](http://aconole.bytheb.org/programs/sfuzz.html)
## Summary
In this tutorial we learn how to install `Simple-Fuzzer-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).