How To Install japa on Fedora 36
Introduction
In this tutorial we learn how to install japa on Fedora 36.
What is japa
japa (JACK and ALSA Perceptual Analyser), is a ‘perceptual’ or ‘psychoacoustic’ audio spectrum analyser. In contrast to JAAA, this is more an acoustical or musical tool than a purely technical one. Possible uses include spectrum monitoring while mixing or mastering, evaluation of ambient noise, and (using pink noise), equalisation of PA systems.
We can use yum or dnf to install japa on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install japa.
Install japa 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 japa using dnf by running the following command:
sudo dnf -y install japa
Install japa 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 japa using yum by running the following command:
sudo yum -y install japa
How To Uninstall japa on Fedora 36
To uninstall only the japa package we can use the following command:
sudo dnf remove japa
japa Package Contents on Fedora 36
/usr/bin/japa
/usr/lib/.build-id
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/6e8832596f5d5edf030184923ffad50df24469
/usr/share/applications/japa.desktop
/usr/share/doc/japa
/usr/share/doc/japa/AUTHORS
/usr/share/doc/japa/README
/usr/share/licenses/japa
/usr/share/licenses/japa/COPYING
/usr/share/pixmaps/japa.png
References
Summary
In this tutorial we learn how to install japa on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).