How To Install wavextract on Fedora 36

In this tutorial we learn how to install wavextract in Fedora 36. wavextract is Program for extracting embedded audio data from JPEG images

Introduction

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

What is wavextract

Program for extracting embedded audio data from JPEG images.

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

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

sudo dnf -y install wavextract

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

sudo yum -y install wavextract

How To Uninstall wavextract on Fedora 36

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

sudo dnf remove wavextract

wavextract Package Contents on Fedora 36

/usr/bin/wavextract
/usr/share/doc/wavextract
/usr/share/doc/wavextract/README
/usr/share/licenses/wavextract
/usr/share/licenses/wavextract/COPYING

References

Summary

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