How to Install and Uninstall jack-audio-connection-kit.i686 Package on Fedora 35

Last updated: October 07,2024

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

This guide covers the steps necessary to install jack-audio-connection-kit.i686 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall jack-audio-connection-kit.i686 on Fedora 35:

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

3. Information about the jack-audio-connection-kit.i686 package on Fedora 35

Last metadata expiration check: 3:41:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : jack-audio-connection-kit
Version : 1.9.19
Release : 1.fc35
Architecture : i686
Size : 582 k
Source : jack-audio-connection-kit-1.9.19-1.fc35.src.rpm
Repository : fedora
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.