How To Install zzuf on Fedora 36

In this tutorial we learn how to install zzuf in Fedora 36. zzuf is Transparent application input fuzzer

Introduction

In this tutorial we learn how to install zzuf on Fedora 36.

What is zzuf

zzuf is a transparent application input fuzzer. It works by intercepting file operations and changing random bits in the program’s input. zzuf’s behaviour is deterministic, making it easy to reproduce bugs.

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

Install zzuf 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 zzuf using dnf by running the following command:

sudo dnf -y install zzuf

Install zzuf 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 zzuf using yum by running the following command:

sudo yum -y install zzuf

How To Uninstall zzuf on Fedora 36

To uninstall only the zzuf package we can use the following command:

sudo dnf remove zzuf

zzuf Package Contents on Fedora 36

/usr/bin/zzat
/usr/bin/zzuf
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/6bb1a1cdba9187f041b75a0a7c24719898ce21
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/b43fbe7d6785183db41db1704d9d0f99d433b5
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/999c652349552097718435546f3e024a62430e
/usr/lib64/zzuf
/usr/lib64/zzuf/libzzuf.so
/usr/share/doc/zzuf
/usr/share/doc/zzuf/AUTHORS
/usr/share/doc/zzuf/TODO
/usr/share/doc/zzuf/doc
/usr/share/doc/zzuf/doc/Makefile
/usr/share/doc/zzuf/doc/Makefile.am
/usr/share/doc/zzuf/doc/Makefile.in
/usr/share/doc/zzuf/doc/libzzuf.3
/usr/share/doc/zzuf/doc/libzzuf.3.in
/usr/share/doc/zzuf/doc/zzat.1
/usr/share/doc/zzuf/doc/zzat.1.in
/usr/share/doc/zzuf/doc/zzuf.1
/usr/share/doc/zzuf/doc/zzuf.1.in
/usr/share/licenses/zzuf
/usr/share/licenses/zzuf/COPYING
/usr/share/man/man1/zzat.1.gz
/usr/share/man/man1/zzuf.1.gz
/usr/share/man/man3/libzzuf.3.gz

References

Summary

In this tutorial we learn how to install zzuf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).