How To Install libsndfile-devel on Fedora 36
Introduction
In this tutorial we learn how to install libsndfile-devel on Fedora 36.
What is libsndfile-devel
libsndfile is a C library for reading and writing sound files such as AIFF, AU, WAV, and others through one standard interface. This package contains files needed to develop with libsndfile.
We can use yum or dnf to install libsndfile-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsndfile-devel.
Install libsndfile-devel 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-devel using dnf by running the following command:
sudo dnf -y install libsndfile-devel
Install libsndfile-devel 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-devel using yum by running the following command:
sudo yum -y install libsndfile-devel
How To Uninstall libsndfile-devel on Fedora 36
To uninstall only the libsndfile-devel package we can use the following command:
sudo dnf remove libsndfile-devel
libsndfile-devel Package Contents on Fedora 36
/usr/include/sndfile-32.h
/usr/include/sndfile.h
/usr/include/sndfile.hh
/usr/lib/libsndfile.so
/usr/lib/pkgconfig/sndfile.pc
/usr/share/doc/libsndfile-devel
/usr/share/doc/libsndfile-devel/ChangeLog
/usr/share/doc/libsndfile-devel/__docs
/usr/share/doc/libsndfile-devel/__docs/FAQ.md
/usr/share/doc/libsndfile-devel/__docs/api.md
/usr/share/doc/libsndfile-devel/__docs/bugs.md
/usr/share/doc/libsndfile-devel/__docs/command.md
/usr/share/doc/libsndfile-devel/__docs/embedded_files.md
/usr/share/doc/libsndfile-devel/__docs/formats.md
/usr/share/doc/libsndfile-devel/__docs/index.md
/usr/share/doc/libsndfile-devel/__docs/libsndfile.css
/usr/share/doc/libsndfile-devel/__docs/libsndfile.jpg
/usr/share/doc/libsndfile-devel/__docs/lists.md
/usr/share/doc/libsndfile-devel/__docs/new_file_type_howto.md
/usr/share/doc/libsndfile-devel/__docs/octave.md
/usr/share/doc/libsndfile-devel/__docs/print.css
/usr/share/doc/libsndfile-devel/__docs/sndfile_info.md
/usr/share/doc/libsndfile-devel/__docs/tutorial.md
/usr/share/doc/libsndfile-devel/__docs/win32.md
References
Summary
In this tutorial we learn how to install libsndfile-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libsndfile-devel on Fedora 36” linkTitle: “libsndfile-devel” type: “docs” description: “In this tutorial we learn how to install libsndfile-devel in Fedora 36. libsndfile-devel is Development files for libsndfile” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsndfile-devel-featured.png
Introduction
In this tutorial we learn how to install libsndfile-devel on Fedora 36.
What is libsndfile-devel
libsndfile is a C library for reading and writing sound files such as AIFF, AU, WAV, and others through one standard interface. This package contains files needed to develop with libsndfile.
We can use yum or dnf to install libsndfile-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsndfile-devel.
Install libsndfile-devel 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-devel using dnf by running the following command:
sudo dnf -y install libsndfile-devel
Install libsndfile-devel 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-devel using yum by running the following command:
sudo yum -y install libsndfile-devel
How To Uninstall libsndfile-devel on Fedora 36
To uninstall only the libsndfile-devel package we can use the following command:
sudo dnf remove libsndfile-devel
libsndfile-devel Package Contents on Fedora 36
/usr/include/sndfile-64.h
/usr/include/sndfile.h
/usr/include/sndfile.hh
/usr/lib64/libsndfile.so
/usr/lib64/pkgconfig/sndfile.pc
/usr/share/doc/libsndfile-devel
/usr/share/doc/libsndfile-devel/ChangeLog
/usr/share/doc/libsndfile-devel/__docs
/usr/share/doc/libsndfile-devel/__docs/FAQ.md
/usr/share/doc/libsndfile-devel/__docs/api.md
/usr/share/doc/libsndfile-devel/__docs/bugs.md
/usr/share/doc/libsndfile-devel/__docs/command.md
/usr/share/doc/libsndfile-devel/__docs/embedded_files.md
/usr/share/doc/libsndfile-devel/__docs/formats.md
/usr/share/doc/libsndfile-devel/__docs/index.md
/usr/share/doc/libsndfile-devel/__docs/libsndfile.css
/usr/share/doc/libsndfile-devel/__docs/libsndfile.jpg
/usr/share/doc/libsndfile-devel/__docs/lists.md
/usr/share/doc/libsndfile-devel/__docs/new_file_type_howto.md
/usr/share/doc/libsndfile-devel/__docs/octave.md
/usr/share/doc/libsndfile-devel/__docs/print.css
/usr/share/doc/libsndfile-devel/__docs/sndfile_info.md
/usr/share/doc/libsndfile-devel/__docs/tutorial.md
/usr/share/doc/libsndfile-devel/__docs/win32.md
References
Summary
In this tutorial we learn how to install libsndfile-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).