How To Install jacktrip on Fedora 36
Introduction
In this tutorial we learn how to install jacktrip on Fedora 36.
What is jacktrip
JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal steaming.
We can use yum or dnf to install jacktrip on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jacktrip.
Install jacktrip 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 jacktrip using dnf by running the following command:
sudo dnf -y install jacktrip
Install jacktrip 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 jacktrip using yum by running the following command:
sudo yum -y install jacktrip
How To Uninstall jacktrip on Fedora 36
To uninstall only the jacktrip package we can use the following command:
sudo dnf remove jacktrip
jacktrip Package Contents on Fedora 36
/usr/bin/jacktrip
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/a2e2f4a315b5dc82fbbfc14cd1217a47cfd156
/usr/share/applications/org.jacktrip.JackTrip.desktop
/usr/share/doc/jacktrip
/usr/share/doc/jacktrip/README.md
/usr/share/icons/hicolor/48x48/apps/org.jacktrip.JackTrip.png
/usr/share/icons/hicolor/scalable/apps/org.jacktrip.JackTrip.svg
/usr/share/icons/hicolor/symbolic/apps/org.jacktrip.JackTrip-symbolic.svg
/usr/share/licenses/jacktrip
/usr/share/licenses/jacktrip/LICENSE.md
/usr/share/licenses/jacktrip/LICENSES
/usr/share/licenses/jacktrip/LICENSES/GPL-3.0.txt
/usr/share/licenses/jacktrip/LICENSES/LGPL-3.0-only.txt
/usr/share/licenses/jacktrip/LICENSES/MIT.txt
/usr/share/man/man1/jacktrip.1.gz
/usr/share/metainfo/org.jacktrip.JackTrip.metainfo.xml
References
Summary
In this tutorial we learn how to install jacktrip on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).