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

Last updated: June 26,2024

1. Install "bio2jack.i686" package

Please follow the steps below to install bio2jack.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install bio2jack.i686

2. Uninstall "bio2jack.i686" package

Please follow the step by step instructions below to uninstall bio2jack.i686 on Fedora 34:

$ sudo dnf remove bio2jack.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:21:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : bio2jack
Version : 0.9
Release : 26.fc34
Architecture : i686
Size : 32 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.