How To Install libsndfile on Fedora 36
Introduction
In this tutorial we learn how to install libsndfile
on Fedora 36.
What is libsndfile
libsndfile is a C library for reading and writing sound files such as AIFF, AU, WAV, and others through one standard interface. It can currently read/write 8, 16, 24 and 32-bit PCM files as well as 32 and 64-bit floating point WAV files and a number of compressed formats. It compiles and runs on *nix, MacOS, and Win32.
We can use yum
or dnf
to install libsndfile
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsndfile.
Install libsndfile 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 libsndfile
using dnf
by running the following command:
sudo dnf -y install libsndfile
Install libsndfile 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 libsndfile
using yum
by running the following command:
sudo yum -y install libsndfile
How To Uninstall libsndfile on Fedora 36
To uninstall only the libsndfile
package we can use the following command:
sudo dnf remove libsndfile
libsndfile Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/ae47d4cba9a2f0fc45aa01fac8a116fc841e16
/usr/lib64/libsndfile.so.1
/usr/lib64/libsndfile.so.1.0.31
/usr/share/doc/libsndfile
/usr/share/doc/libsndfile/AUTHORS
/usr/share/doc/libsndfile/NEWS
/usr/share/doc/libsndfile/README
/usr/share/licenses/libsndfile
/usr/share/licenses/libsndfile/COPYING
References
Summary
In this tutorial we learn how to install libsndfile
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libsndfile on Fedora 36” linkTitle: “libsndfile” type: “docs” description: “In this tutorial we learn how to install libsndfile in Fedora 36. libsndfile is Library for reading and writing sound files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsndfile-featured.png
Introduction
In this tutorial we learn how to install libsndfile
on Fedora 36.
What is libsndfile
libsndfile is a C library for reading and writing sound files such as AIFF, AU, WAV, and others through one standard interface. It can currently read/write 8, 16, 24 and 32-bit PCM files as well as 32 and 64-bit floating point WAV files and a number of compressed formats. It compiles and runs on *nix, MacOS, and Win32.
We can use yum
or dnf
to install libsndfile
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsndfile.
Install libsndfile 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 libsndfile
using dnf
by running the following command:
sudo dnf -y install libsndfile
Install libsndfile 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 libsndfile
using yum
by running the following command:
sudo yum -y install libsndfile
How To Uninstall libsndfile on Fedora 36
To uninstall only the libsndfile
package we can use the following command:
sudo dnf remove libsndfile
libsndfile Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/544579e142f45aa6a01cc9c4082f560a7fd181
/usr/lib/libsndfile.so.1
/usr/lib/libsndfile.so.1.0.31
/usr/share/doc/libsndfile
/usr/share/doc/libsndfile/AUTHORS
/usr/share/doc/libsndfile/NEWS
/usr/share/doc/libsndfile/README
/usr/share/licenses/libsndfile
/usr/share/licenses/libsndfile/COPYING
References
Summary
In this tutorial we learn how to install libsndfile
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).