How To Install pcaudiolib on Fedora 36
Introduction
In this tutorial we learn how to install pcaudiolib
on Fedora 36.
What is pcaudiolib
The Portable C Audio Library (pcaudiolib) provides a C API to different audio devices.
We can use yum
or dnf
to install pcaudiolib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcaudiolib.
Install pcaudiolib 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 pcaudiolib
using dnf
by running the following command:
sudo dnf -y install pcaudiolib
Install pcaudiolib 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 pcaudiolib
using yum
by running the following command:
sudo yum -y install pcaudiolib
How To Uninstall pcaudiolib on Fedora 36
To uninstall only the pcaudiolib
package we can use the following command:
sudo dnf remove pcaudiolib
pcaudiolib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/6bdb38709faf5f82d4ad06241e5d5eb2c30b5c
/usr/lib/libpcaudio.so.0
/usr/lib/libpcaudio.so.0.0.1
/usr/share/doc/pcaudiolib
/usr/share/doc/pcaudiolib/AUTHORS
/usr/share/doc/pcaudiolib/CHANGELOG.md
/usr/share/doc/pcaudiolib/README.md
/usr/share/licenses/pcaudiolib
/usr/share/licenses/pcaudiolib/COPYING
References
Summary
In this tutorial we learn how to install pcaudiolib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pcaudiolib on Fedora 36” linkTitle: “pcaudiolib” type: “docs” description: “In this tutorial we learn how to install pcaudiolib in Fedora 36. pcaudiolib is Portable C Audio Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pcaudiolib-featured.png
Introduction
In this tutorial we learn how to install pcaudiolib
on Fedora 36.
What is pcaudiolib
The Portable C Audio Library (pcaudiolib) provides a C API to different audio devices.
We can use yum
or dnf
to install pcaudiolib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcaudiolib.
Install pcaudiolib 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 pcaudiolib
using dnf
by running the following command:
sudo dnf -y install pcaudiolib
Install pcaudiolib 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 pcaudiolib
using yum
by running the following command:
sudo yum -y install pcaudiolib
How To Uninstall pcaudiolib on Fedora 36
To uninstall only the pcaudiolib
package we can use the following command:
sudo dnf remove pcaudiolib
pcaudiolib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/5e8a944c2ab7291526cac18230bfad223756b5
/usr/lib64/libpcaudio.so.0
/usr/lib64/libpcaudio.so.0.0.1
/usr/share/doc/pcaudiolib
/usr/share/doc/pcaudiolib/AUTHORS
/usr/share/doc/pcaudiolib/CHANGELOG.md
/usr/share/doc/pcaudiolib/README.md
/usr/share/licenses/pcaudiolib
/usr/share/licenses/pcaudiolib/COPYING
References
Summary
In this tutorial we learn how to install pcaudiolib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).