How To Install pulseaudio-module-lirc on Fedora 36

In this tutorial we learn how to install pulseaudio-module-lirc in Fedora 36. pulseaudio-module-lirc is LIRC support for the PulseAudio sound server

Introduction

In this tutorial we learn how to install pulseaudio-module-lirc on Fedora 36.

What is pulseaudio-module-lirc

LIRC volume control module for the PulseAudio sound server.

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

Install pulseaudio-module-lirc 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 pulseaudio-module-lirc using dnf by running the following command:

sudo dnf -y install pulseaudio-module-lirc

Install pulseaudio-module-lirc 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 pulseaudio-module-lirc using yum by running the following command:

sudo yum -y install pulseaudio-module-lirc

How To Uninstall pulseaudio-module-lirc on Fedora 36

To uninstall only the pulseaudio-module-lirc package we can use the following command:

sudo dnf remove pulseaudio-module-lirc

pulseaudio-module-lirc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/f579357281c3f6677d46dfb1de59e70018f0c6
/usr/lib64/pulse-15.0/modules/module-lirc.so

References

Summary

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