How to Install and Uninstall bio2jack.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "bio2jack.x86_64" package

Here is a brief guide to show you how to install bio2jack.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install bio2jack.x86_64

2. Uninstall "bio2jack.x86_64" package

Please follow the steps below to uninstall bio2jack.x86_64 on Fedora 34:

$ sudo dnf remove bio2jack.x86_64 $ sudo dnf autoremove

3. Information about the bio2jack.x86_64 package on Fedora 34

Last metadata expiration check: 4:10:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : bio2jack
Version : 0.9
Release : 26.fc34
Architecture : x86_64
Size : 31 k
Source : bio2jack-0.9-26.fc34.src.rpm
Repository : fedora
Summary : A library for porting blocked io(OSS/ALSA) applications to jack
URL : http://bio2jack.sourceforge.net/
License : LGPLv2+
Description : Bio (blocked i/o) 2 jack is a library for enabling easy porting of blocked
: io(OSS/ALSA) applications to the jack sound server. This library allows the
: person porting the code to simply replace the calls into OSS/ALSA with calls
: into interface functions of this library. The library buffers a small amount of
: audio data and takes care of the rest of the jack implementation including the
: linked list of audio data buffers and the jack callback.