How To Install libsoundio on Fedora 36

In this tutorial we learn how to install libsoundio in Fedora 36. libsoundio is C library for cross-platform real-time audio input and output

Introduction

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

What is libsoundio

C library providing cross-platform audio input and output. The API is suitable for real-time software such as digital audio workstations as well as consumer software such as music players.

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

Install libsoundio 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 libsoundio using dnf by running the following command:

sudo dnf -y install libsoundio

Install libsoundio 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 libsoundio using yum by running the following command:

sudo yum -y install libsoundio

How To Uninstall libsoundio on Fedora 36

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

sudo dnf remove libsoundio

libsoundio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/943bcf4bbbcf2a648e16de7682982d25d45363
/usr/lib64/libsoundio.so.2
/usr/lib64/libsoundio.so.2.0.0
/usr/share/doc/libsoundio
/usr/share/doc/libsoundio/CHANGELOG.md
/usr/share/doc/libsoundio/README.md
/usr/share/licenses/libsoundio
/usr/share/licenses/libsoundio/LICENSE

References

Summary

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


title: “How To Install libsoundio on Fedora 36” linkTitle: “libsoundio” type: “docs” description: “In this tutorial we learn how to install libsoundio in Fedora 36. libsoundio is C library for cross-platform real-time audio input and output” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsoundio-featured.png

Introduction

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

What is libsoundio

C library providing cross-platform audio input and output. The API is suitable for real-time software such as digital audio workstations as well as consumer software such as music players.

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

Install libsoundio 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 libsoundio using dnf by running the following command:

sudo dnf -y install libsoundio

Install libsoundio 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 libsoundio using yum by running the following command:

sudo yum -y install libsoundio

How To Uninstall libsoundio on Fedora 36

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

sudo dnf remove libsoundio

libsoundio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/c84234c3511296f248e6c744ab4ac66b3f60b9
/usr/lib/libsoundio.so.2
/usr/lib/libsoundio.so.2.0.0
/usr/share/doc/libsoundio
/usr/share/doc/libsoundio/CHANGELOG.md
/usr/share/doc/libsoundio/README.md
/usr/share/licenses/libsoundio
/usr/share/licenses/libsoundio/LICENSE

References

Summary

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