How To Install freqtweak on Fedora 34

freqtweak is Realtime audio frequency spectral manipulation

Introduction

In this tutorial we learn how to install freqtweak on Fedora 34.

What is freqtweak

FreqTweak is a tool for FFT-based realtime audio spectral manipulation and display. It provides several algorithms for processing audio data in the frequency domain and a highly interactive GUI to manipulate the associated filters for each. It also provides high-resolution spectral displays in the form of scrolling-raster spectragrams and energy vs frequency plots displaying both pre- and post-processed spectra.

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

Install freqtweak on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install freqtweak using dnf by running the following command:

sudo dnf -y install freqtweak

Install freqtweak on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install freqtweak using yum by running the following command:

sudo yum -y install freqtweak

How To Uninstall freqtweak on Fedora 34

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

sudo dnf remove freqtweak

freqtweak Package Contents on Fedora 34

/usr/bin/freqtweak
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/9b0e5c3058449a472a4222c619aaa6a33e27ec
/usr/share/applications/freqtweak.desktop
/usr/share/doc/freqtweak
/usr/share/doc/freqtweak/AUTHORS
/usr/share/doc/freqtweak/COPYING
/usr/share/doc/freqtweak/ChangeLog
/usr/share/doc/freqtweak/NEWS
/usr/share/doc/freqtweak/README
/usr/share/doc/freqtweak/THANKS
/usr/share/freqtweak
/usr/share/freqtweak/help
/usr/share/freqtweak/help/usagehelp.html
/usr/share/icons/hicolor/32x32/apps/freqtweak.png
/usr/share/man/man1/freqtweak.1.gz

References

Summary

In this tutorial we learn how to install freqtweak on Fedora 34 using yum and dnf.