How To Install lrmi on Fedora 36

In this tutorial we learn how to install lrmi in Fedora 36. lrmi is Library for calling real mode BIOS routines

Introduction

In this tutorial we learn how to install lrmi on Fedora 36.

What is lrmi

LRMI is a library for calling real mode BIOS routines.

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

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

sudo dnf -y install lrmi

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

sudo yum -y install lrmi

How To Uninstall lrmi on Fedora 36

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

sudo dnf remove lrmi

lrmi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/f304a309cc19a3eb6dd199c5c01ec07a7bdb1d
/usr/lib/liblrmi.so.0
/usr/lib/liblrmi.so.0.10
/usr/share/doc/lrmi
/usr/share/doc/lrmi/README

References

Summary

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