How To Install esound-tools on Fedora 36

In this tutorial we learn how to install esound-tools in Fedora 36. esound-tools is Commandline tools to talk to the EsounD daemon

Introduction

In this tutorial we learn how to install esound-tools on Fedora 36.

What is esound-tools

The esound-tools package includes commandline utilities for controlling the EsounD daemon.

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

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

sudo dnf -y install esound-tools

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

sudo yum -y install esound-tools

How To Uninstall esound-tools on Fedora 36

To uninstall only the esound-tools package we can use the following command:

sudo dnf remove esound-tools

esound-tools Package Contents on Fedora 36

/usr/bin/esdcat
/usr/bin/esdctl
/usr/bin/esddsp
/usr/bin/esdfilt
/usr/bin/esdloop
/usr/bin/esdmon
/usr/bin/esdplay
/usr/bin/esdrec
/usr/bin/esdsample
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/68a9f1a51456fc7cadcfbbe10c1dfc6dd2b61f
/usr/lib/.build-id/15
/usr/lib/.build-id/15/af4bb8206231994c33c38d616cb0618c1fa087
/usr/lib/.build-id/20
/usr/lib/.build-id/20/24a70454343b3031da208c64d37d20e25b527b
/usr/lib/.build-id/30
/usr/lib/.build-id/30/1b67263940bbacb61bd71a8741e19571957534
/usr/lib/.build-id/72
/usr/lib/.build-id/72/49f6da780ed9daab211be4806160a3e6e3ae4e
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/51e8deac605e8efd31f7493289003849321ea9
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/249bccc5c46375b9acbeda70a9c3f6266caa4b
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/405733f08459ce8abc1b830e21d955f4e1772f
/usr/share/man/man1/esdcat.1.gz
/usr/share/man/man1/esdctl.1.gz
/usr/share/man/man1/esddsp.1.gz
/usr/share/man/man1/esdfilt.1.gz
/usr/share/man/man1/esdloop.1.gz
/usr/share/man/man1/esdmon.1.gz
/usr/share/man/man1/esdplay.1.gz
/usr/share/man/man1/esdrec.1.gz
/usr/share/man/man1/esdsample.1.gz

References

Summary

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