How To Install iguanaIR on Fedora 34
Introduction
In this tutorial we learn how to install iguanaIR
on Fedora 34.
What is iguanaIR
This package provides igdaemon and igclient, the programs necessary to control the Iguanaworks USB IR transceiver. iguanaIR 2 1.1.0 31.fc34 x86_64 72 k iguanaIR-1.1.0-31.fc34.src.rpm fedora Driver for Iguanaworks USB IR transceiver http GPLv2 and LGPLv2 This package provides igdaemon and igclient, the programs necessary to control the Iguanaworks USB IR transceiver.
We can use yum
or dnf
to install iguanaIR
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install iguanaIR.
Install iguanaIR on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install iguanaIR
using dnf
by running the following command:
sudo dnf -y install iguanaIR
Install iguanaIR on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install iguanaIR
using yum
by running the following command:
sudo yum -y install iguanaIR
How To Uninstall iguanaIR on Fedora 34
To uninstall only the iguanaIR
package we can use the following command:
sudo dnf remove iguanaIR
iguanaIR Package Contents on Fedora 34
/etc/logrotate.d/iguanaIR
/etc/sysconfig/iguanaIR
/lib/udev/rules.d/80-iguanaIR.rules
/run/iguanaIR
/usr/bin/igclient
/usr/bin/igdaemon
/usr/bin/iguanaIR-rescan
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/0400cfb5050fe8b00288578976522f9fedd174
/usr/lib/.build-id/25
/usr/lib/.build-id/25/c8680d11f3b8982dbee78fda9af6b60fb1a5ab
/usr/lib/.build-id/45
/usr/lib/.build-id/45/b24e47017545a67b27513fc7e1c2e0cc3d4be5
/usr/lib/.build-id/77
/usr/lib/.build-id/77/b25c24af1dcc25c0e038ed6901c2961924e66f
/usr/lib/iguanaIR/libusb.so
/usr/lib/libiguanaIR.so.0
/usr/lib/libiguanaIR.so.0.3
/usr/lib/systemd/system/iguanaIR.service
/usr/lib/tmpfiles.d/iguanaIR.conf
/usr/libexec/iguanaIR
/usr/libexec/iguanaIR/rescan
/usr/share/doc/iguanaIR
/usr/share/doc/iguanaIR/AUTHORS
/usr/share/doc/iguanaIR/ChangeLog
/usr/share/doc/iguanaIR/README.fedora
/usr/share/doc/iguanaIR/README.txt
/usr/share/doc/iguanaIR/WHY
/usr/share/licenses/iguanaIR
/usr/share/licenses/iguanaIR/LICENSE
/usr/share/licenses/iguanaIR/LICENSE-LGPL
/var/log/iguanaIR
/etc/logrotate.d/iguanaIR
/etc/sysconfig/iguanaIR
/lib/udev/rules.d/80-iguanaIR.rules
/run/iguanaIR
/usr/bin/igclient
/usr/bin/igdaemon
/usr/bin/iguanaIR-rescan
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/2e8af445865da3b22534919b5fea6741abf113
/usr/lib/.build-id/72
/usr/lib/.build-id/72/bd852651bdfa29472774d83430b7c606fa6778
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/3fee47fc21bf5ab1b2dc10006ad3821308c13a
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/e647d8808e050c2a10bfdc9b592d2aa6fa60c9
/usr/lib/systemd/system/iguanaIR.service
/usr/lib/tmpfiles.d/iguanaIR.conf
/usr/lib64/iguanaIR/libusb.so
/usr/lib64/libiguanaIR.so.0
/usr/lib64/libiguanaIR.so.0.3
/usr/libexec/iguanaIR
/usr/libexec/iguanaIR/rescan
/usr/share/doc/iguanaIR
/usr/share/doc/iguanaIR/AUTHORS
/usr/share/doc/iguanaIR/ChangeLog
/usr/share/doc/iguanaIR/README.fedora
/usr/share/doc/iguanaIR/README.txt
/usr/share/doc/iguanaIR/WHY
/usr/share/licenses/iguanaIR
/usr/share/licenses/iguanaIR/LICENSE
/usr/share/licenses/iguanaIR/LICENSE-LGPL
/var/log/iguanaIR
References
- [iguanaIR website](http://iguanaworks.net/ir http://iguanaworks.net/ir)
Summary
In this tutorial we learn how to install iguanaIR
on Fedora 34 using yum and dnf.