How to Install and Uninstall jack-audio-connection-kit.x86_64 Package on CentOS Stream 8

Last updated: January 13,2025

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

In this section, we are going to explain the necessary steps to install jack-audio-connection-kit.x86_64 on CentOS Stream 8

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

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

Please follow the steps below to uninstall jack-audio-connection-kit.x86_64 on CentOS Stream 8:

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

3. Information about the jack-audio-connection-kit.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:36:27 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : jack-audio-connection-kit
Version : 1.9.14
Release : 4.el8
Architecture : x86_64
Size : 523 k
Source : jack-audio-connection-kit-1.9.14-4.el8.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.