How To Install libasync on Fedora 36

In this tutorial we learn how to install libasync in Fedora 36. libasync is Svxlink async libs

Introduction

In this tutorial we learn how to install libasync on Fedora 36.

What is libasync

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.

We can use yum or dnf to install libasync on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libasync.

Install libasync on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libasync using dnf by running the following command:

sudo dnf -y install libasync

Install libasync on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libasync using yum by running the following command:

sudo yum -y install libasync

How To Uninstall libasync on Fedora 36

To uninstall only the libasync package we can use the following command:

sudo dnf remove libasync

libasync Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/2fbc6581cbbeee43128429b1dd8ccd5f701b7f
/usr/lib/.build-id/40
/usr/lib/.build-id/40/bb8c1b4934233b5c6b99738b71eef4c429346e
/usr/lib/.build-id/86
/usr/lib/.build-id/86/37e8f8451a6b6002770856f73ae1a160266d6d
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/459245a80ea7c2905bd1d52516f977f9ceaf8d
/usr/lib/libasyncaudio.so.1.5
/usr/lib/libasyncaudio.so.1.5.0
/usr/lib/libasynccore.so.1.5
/usr/lib/libasynccore.so.1.5.0
/usr/lib/libasynccpp.so.1.5
/usr/lib/libasynccpp.so.1.5.0
/usr/lib/libasyncqt.so.1.5
/usr/lib/libasyncqt.so.1.5.0
/usr/share/doc/libasync
/usr/share/doc/libasync/COPYRIGHT
/usr/share/doc/libasync/ChangeLog

References

Summary

In this tutorial we learn how to install libasync on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libasync on Fedora 36” linkTitle: “libasync” type: “docs” description: “In this tutorial we learn how to install libasync in Fedora 36. libasync is Svxlink async libs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libasync-featured.png

Introduction

In this tutorial we learn how to install libasync on Fedora 36.

What is libasync

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.

We can use yum or dnf to install libasync on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libasync.

Install libasync on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libasync using dnf by running the following command:

sudo dnf -y install libasync

Install libasync on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libasync using yum by running the following command:

sudo yum -y install libasync

How To Uninstall libasync on Fedora 36

To uninstall only the libasync package we can use the following command:

sudo dnf remove libasync

libasync Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/8cedda67a4b6bd3ff8b72f960bb3ac4871f73c
/usr/lib/.build-id/63
/usr/lib/.build-id/63/7c410050553a68cd6bb1a684b059a09b21f363
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/0881cd0fcaf0674cef97bf684e38352e96abcb
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/8b2ed8f06194edd21015a649f9124c64774f9b
/usr/lib64/libasyncaudio.so.1.5
/usr/lib64/libasyncaudio.so.1.5.0
/usr/lib64/libasynccore.so.1.5
/usr/lib64/libasynccore.so.1.5.0
/usr/lib64/libasynccpp.so.1.5
/usr/lib64/libasynccpp.so.1.5.0
/usr/lib64/libasyncqt.so.1.5
/usr/lib64/libasyncqt.so.1.5.0
/usr/share/doc/libasync
/usr/share/doc/libasync/COPYRIGHT
/usr/share/doc/libasync/ChangeLog

References

Summary

In this tutorial we learn how to install libasync on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).