How To Install lirc-drv-iguanair on Fedora 36
Introduction
In this tutorial we learn how to install lirc-drv-iguanair on Fedora 36.
What is lirc-drv-iguanair
lirc plugin providing full support for the iguanaIR userspace driver, the same as was built in into the lirc releases up to 0.9.3.
We can use yum or dnf to install lirc-drv-iguanair on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lirc-drv-iguanair.
Install lirc-drv-iguanair 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 lirc-drv-iguanair using dnf by running the following command:
sudo dnf -y install lirc-drv-iguanair
Install lirc-drv-iguanair 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 lirc-drv-iguanair using yum by running the following command:
sudo yum -y install lirc-drv-iguanair
How To Uninstall lirc-drv-iguanair on Fedora 36
To uninstall only the lirc-drv-iguanair package we can use the following command:
sudo dnf remove lirc-drv-iguanair
lirc-drv-iguanair Package Contents on Fedora 36
/etc/modprobe.d/60-blacklist-kernel-iguanair.conf
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/6312da45e97f8a9829daee727c5817b6905c76
/usr/lib64/lirc/plugins/iguanair.so
/usr/share/doc/lirc/plugindocs/iguanair.html
/usr/share/lirc/configs/iguanair.conf
References
Summary
In this tutorial we learn how to install lirc-drv-iguanair on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).