How To Install libirman on Rocky Linux 8

In this tutorial we learn how to install libirman on Rocky Linux 8. libirman is Library for IRMAN hardware

Introduction

In this tutorial we learn how to install libirman on Rocky Linux 8.

What is libirman

Runtime libraries for accessing the IrMan hardware. The IrMan hardware((http discontinued. However, some modern hardware (notably the irtoy) is able to emulate the irman protocol.

We can use yum or dnf to install libirman on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libirman.

Install libirman on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libirman using dnf by running the following command:

sudo dnf -y install libirman

Install libirman on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libirman using yum by running the following command:

sudo yum -y install libirman

How To Uninstall libirman on Rocky Linux 8

To uninstall only the libirman package we can use the following command:

sudo dnf remove libirman

libirman Package Contents on Rocky Linux 8

/etc/irman.conf
/usr/bin/test_func
/usr/bin/test_io
/usr/bin/test_name
/usr/bin/workmanir
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/dcc90b2eda5d4d16b5dd6fb687246b8a488851
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/dcde2d48217a22fe3573afa3df3ab9c5e3cb3f
/usr/lib/.build-id/31
/usr/lib/.build-id/31/88d98ca1c89eeaf3bc5ce9c8fae949e1f41461
/usr/lib/.build-id/71
/usr/lib/.build-id/71/34af72352bd38a12992d7029fa1d21270073a0
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/1deae4cf3ec8f1d649489eee61c8bb0bd925d0
/usr/lib64/libirman.so.0
/usr/lib64/libirman.so.0.0.0
/usr/share/doc/libirman
/usr/share/doc/libirman/COPYING
/usr/share/doc/libirman/COPYING.lib
/usr/share/doc/libirman/NEWS
/usr/share/doc/libirman/README
/usr/share/doc/libirman/TODO

References

Summary

In this tutorial we learn how to install libirman on Rocky Linux 8 using yum and dnf.