How To Install irda-utils on Fedora 36
Introduction
In this tutorial we learn how to install irda-utils
on Fedora 36.
What is irda-utils
IrDA(TM) (Infrared Data Association) is an industry standard for wireless, infrared communication between devices. IrDA speeds range from 9600 bps to 4 Mbps, and IrDA can be used by many modern devices including laptops, LAN adapters, PDAs, printers, and mobile phones. The Linux-IrDA project is a GPL’d implementation, written from scratch, of the IrDA protocols. Supported IrDA protocols include IrLAP, IrLMP, IrIAP, IrTTP, IrLPT, IrLAN, IrCOMM and IrOBEX. The irda-utils package contains a collection of programs that enable the use of IrDA protocols. Most IrDA features are implemented in the kernel, so IrDA support must be enabled in the kernel before any IrDA tools or programs can be used. Some configuration outside the kernel is required, however, and some IrDA features, like IrOBEX, are actually implemented outside the kernel.
We can use yum
or dnf
to install irda-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install irda-utils.
Install irda-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 irda-utils
using dnf
by running the following command:
sudo dnf -y install irda-utils
Install irda-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 irda-utils
using yum
by running the following command:
sudo yum -y install irda-utils
How To Uninstall irda-utils on Fedora 36
To uninstall only the irda-utils
package we can use the following command:
sudo dnf remove irda-utils
irda-utils Package Contents on Fedora 36
/etc/sysconfig/irda
/usr/bin/irkbd
/usr/bin/irpsion5
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/a83d377de6b099c560e5a6b5f4df6835006b2b
/usr/lib/.build-id/44
/usr/lib/.build-id/44/03899a7865ace342069fa5093484b98c6cf76f
/usr/lib/.build-id/70
/usr/lib/.build-id/70/38341ff810a79171d7ddad1c31bf9461fb4ec2
/usr/lib/.build-id/79
/usr/lib/.build-id/79/41ce8be8a8ba2f8cf077e15f89cebfbf5851a9
/usr/lib/.build-id/85
/usr/lib/.build-id/85/68ffc04defa3aeb6883a15df3436dc152266d3
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/0afbe07ca90dcbbf66b33bd4a59cbcb5ab1827
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/6415ed53f096ecacc1fc16c5d3966be87e0a8f
/usr/lib/systemd/system/irda.service
/usr/sbin/dongle_attach
/usr/sbin/findchip
/usr/sbin/irattach
/usr/sbin/irdaping
/usr/sbin/irnetd
/usr/share/doc/irda-utils
/usr/share/doc/irda-utils/README
/usr/share/doc/irda-utils/README.irattach
/usr/share/doc/irda-utils/README.irdadump
/usr/share/doc/irda-utils/README.irdaping
/usr/share/doc/irda-utils/README.tekram
/usr/share/doc/irda-utils/ifcfg-irlan0
/usr/share/doc/irda-utils/modprobe.conf.irda
/usr/share/man/man4/irnet.4.gz
/usr/share/man/man7/irda.7.gz
/usr/share/man/man8/findchip.8.gz
/usr/share/man/man8/irattach.8.gz
/usr/share/man/man8/irdadump.8.gz
/usr/share/man/man8/irdaping.8.gz
/usr/share/man/man8/irnetd.8.gz
/usr/share/man/man8/irpsion5.8.gz
/usr/share/man/man8/smcinit.8.gz
/usr/share/man/man8/tosh1800-smcinit.8.gz
References
Summary
In this tutorial we learn how to install irda-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).