How To Install ois on Fedora 36

In this tutorial we learn how to install ois in Fedora 36. ois is Open Input System, OO gaming input library

Introduction

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

What is ois

Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). Written in C++ using Object Oriented Design patterns.

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

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

sudo dnf -y install ois

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

sudo yum -y install ois

How To Uninstall ois on Fedora 36

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

sudo dnf remove ois

ois Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/95f6588576beef6252bb44b819e251a0f3525d
/usr/lib64/libOIS-1.3.0.so
/usr/share/doc/ois
/usr/share/doc/ois/ReadMe.txt

References

Summary

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