How To Install lrmi-devel on Fedora 36
In this tutorial we learn how to install lrmi-devel in Fedora 36. lrmi-devel is Development files for LRMI
Introduction
In this tutorial we learn how to install lrmi-devel
on Fedora 36.
What is lrmi-devel
Development files for LRMI.
We can use yum
or dnf
to install lrmi-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lrmi-devel.
Install lrmi-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install lrmi-devel
Install lrmi-devel 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-devel
using yum
by running the following command:
sudo yum -y install lrmi-devel
How To Uninstall lrmi-devel on Fedora 36
To uninstall only the lrmi-devel
package we can use the following command:
sudo dnf remove lrmi-devel
lrmi-devel Package Contents on Fedora 36
/usr/include/lrmi.h
/usr/include/vbe.h
/usr/lib/liblrmi.so
References
Summary
In this tutorial we learn how to install lrmi-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).