How to Install and Uninstall libasync.i686 Package on Fedora 38

Last updated: October 28,2024

1. Install "libasync.i686" package

Here is a brief guide to show you how to install libasync.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libasync.i686

2. Uninstall "libasync.i686" package

This guide covers the steps necessary to uninstall libasync.i686 on Fedora 38:

$ sudo dnf remove libasync.i686 $ sudo dnf autoremove

3. Information about the libasync.i686 package on Fedora 38

Last metadata expiration check: 0:55:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libasync
Epoch : 2
Version : 1.5.0
Release : 14.fc38
Architecture : i686
Size : 220 k
Source : svxlink-17.12.2-14.fc38.src.rpm
Repository : fedora
Summary : Svxlink async libs
URL : http://www.svxlink.org
License : GPLv2+
Description : The Async library is a programming framework that is used to write event driven
: applications. It provides abstractions for file descriptor watches, timers,
: network communications, serial port communications and config file reading.
:
: Async is written in such a way that it can support other frameworks. Right now
: there are two basic frameworks, a simple "select" based implementation and a Qt
: implementation. The idea is that advanced libraries can be implemented in such
: a way that they only depend on Async. That means that these libraries can be
: used in both Qt and pure console applications and in any future frameworks
: supported by Async (e.g. Gtk, wxWidgets etc).
:
: Another big part of Async is the audio pipe framework. It is an audio handling
: framework that is geared towards single channel (mono) audio applications. The
: framework consists of a large number of audio handling classes such as
: audio i/o, filtering, mixing, audio codecs etc.