How To Install portaudio on Fedora 36

In this tutorial we learn how to install portaudio in Fedora 36. portaudio is Free, cross platform, open-source, audio I/O library

Introduction

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

What is portaudio

PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally.

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

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

sudo dnf -y install portaudio

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

sudo yum -y install portaudio

How To Uninstall portaudio on Fedora 36

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

sudo dnf remove portaudio

portaudio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/4b59e784969990bd8c7194dfb83a1f667ae338
/usr/lib/.build-id/de
/usr/lib/.build-id/de/d4c6a99a6bbb5c639e97c67aaf406fa8194f7d
/usr/lib64/libportaudio.so.2
/usr/lib64/libportaudio.so.2.0.0
/usr/lib64/libportaudiocpp.so.0
/usr/lib64/libportaudiocpp.so.0.0.12
/usr/share/doc/portaudio
/usr/share/doc/portaudio/README.md
/usr/share/licenses/portaudio
/usr/share/licenses/portaudio/LICENSE.txt

References

Summary

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


title: “How To Install portaudio on Fedora 36” linkTitle: “portaudio” type: “docs” description: “In this tutorial we learn how to install portaudio in Fedora 36. portaudio is Free, cross platform, open-source, audio I/O library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/portaudio-featured.png

Introduction

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

What is portaudio

PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally.

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

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

sudo dnf -y install portaudio

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

sudo yum -y install portaudio

How To Uninstall portaudio on Fedora 36

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

sudo dnf remove portaudio

portaudio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/e606af60b3f91bb5acc2b8923d7f55a713ad54
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/31b0e4280907d1c759acbcb325b1b26a3b813b
/usr/lib/libportaudio.so.2
/usr/lib/libportaudio.so.2.0.0
/usr/lib/libportaudiocpp.so.0
/usr/lib/libportaudiocpp.so.0.0.12
/usr/share/doc/portaudio
/usr/share/doc/portaudio/README.md
/usr/share/licenses/portaudio
/usr/share/licenses/portaudio/LICENSE.txt

References

Summary

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