How to Install and Uninstall jack-audio-connection-kit.x86_64 Package on Fedora 34

Last updated: September 19,2024

1. Install "jack-audio-connection-kit.x86_64" package

This tutorial shows how to install jack-audio-connection-kit.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install jack-audio-connection-kit.x86_64

2. Uninstall "jack-audio-connection-kit.x86_64" package

This guide let you learn how to uninstall jack-audio-connection-kit.x86_64 on Fedora 34:

$ sudo dnf remove jack-audio-connection-kit.x86_64 $ sudo dnf autoremove

3. Information about the jack-audio-connection-kit.x86_64 package on Fedora 34

Last metadata expiration check: 0:55:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : jack-audio-connection-kit
Version : 1.9.17
Release : 1.fc34
Architecture : x86_64
Size : 544 k
Source : jack-audio-connection-kit-1.9.17-1.fc34.src.rpm
Repository : updates
Summary : The Jack Audio Connection Kit
URL : https://www.jackaudio.org
License : GPLv2 and GPLv2+ and LGPLv2+
Description : JACK is a low-latency audio server, written primarily for the Linux operating
: system. It can connect a number of different applications to an audio device, as
: well as allowing them to share audio between themselves. Its clients can run in
: their own processes (i.e. as a normal application), or can they can run within a
: JACK server (i.e. a "plugin").
:
: JACK is different from other audio server efforts in that it has been designed
: from the ground up to be suitable for professional audio work. This means that
: it focuses on two key areas: synchronous execution of all clients, and low
: latency operation.