How To Install libsndfile-utils on Fedora 36

In this tutorial we learn how to install libsndfile-utils in Fedora 36. libsndfile-utils is Command Line Utilities for libsndfile

Introduction

In this tutorial we learn how to install libsndfile-utils on Fedora 36.

What is libsndfile-utils

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 command line utilities for libsndfile.

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

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

sudo dnf -y install libsndfile-utils

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

sudo yum -y install libsndfile-utils

How To Uninstall libsndfile-utils on Fedora 36

To uninstall only the libsndfile-utils package we can use the following command:

sudo dnf remove libsndfile-utils

libsndfile-utils Package Contents on Fedora 36

/usr/bin/sndfile-cmp
/usr/bin/sndfile-concat
/usr/bin/sndfile-convert
/usr/bin/sndfile-deinterleave
/usr/bin/sndfile-info
/usr/bin/sndfile-interleave
/usr/bin/sndfile-metadata-get
/usr/bin/sndfile-metadata-set
/usr/bin/sndfile-play
/usr/bin/sndfile-salvage
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/1adf90caf7ab82dbc03e37aba1a8b9f6752141
/usr/lib/.build-id/29
/usr/lib/.build-id/29/db7dc32fd444b5d819504cbb5477a067ceae7b
/usr/lib/.build-id/37
/usr/lib/.build-id/37/58c419954c03ae02839a3a92697e735c9a13cf
/usr/lib/.build-id/47
/usr/lib/.build-id/47/97b5e43b13e161380ff6319e8ad419b0b19703
/usr/lib/.build-id/50
/usr/lib/.build-id/50/a0278b9f759c797643f1e90657d7931fac4489
/usr/lib/.build-id/65
/usr/lib/.build-id/65/570ad21b3a9971d01908eceb8976e441654ffb
/usr/lib/.build-id/82
/usr/lib/.build-id/82/dcced1554d9ac4eeba866ccd5f683efdfaa7ac
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/db67fe3e23276eaf2b7e4e4ad5d09a3b617013
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/9c143f7c7af28f9d175ed9cb76589e8d0623e2
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/c3aa7a63091e7514cc022b25072da2baadc015
/usr/share/man/man1/sndfile-cmp.1.gz
/usr/share/man/man1/sndfile-concat.1.gz
/usr/share/man/man1/sndfile-convert.1.gz
/usr/share/man/man1/sndfile-deinterleave.1.gz
/usr/share/man/man1/sndfile-info.1.gz
/usr/share/man/man1/sndfile-interleave.1.gz
/usr/share/man/man1/sndfile-metadata-get.1.gz
/usr/share/man/man1/sndfile-metadata-set.1.gz
/usr/share/man/man1/sndfile-play.1.gz
/usr/share/man/man1/sndfile-salvage.1.gz

References

Summary

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