How to Install and Uninstall jack-audio-connection-kit.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

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

This guide covers the steps necessary to install jack-audio-connection-kit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall jack-audio-connection-kit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the jack-audio-connection-kit.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:18:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : jack-audio-connection-kit
Version : 1.9.21
Release : 1.el9
Architecture : x86_64
Size : 522 k
Source : jack-audio-connection-kit-1.9.21-1.el9.src.rpm
Repository : epel
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.