How To Install ois-devel on Fedora 36

In this tutorial we learn how to install ois-devel in Fedora 36. ois-devel is Development files for ois

Introduction

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

What is ois-devel

The ois-devel package contains libraries and header files for developing applications that use ois.

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

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

sudo dnf -y install ois-devel

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

sudo yum -y install ois-devel

How To Uninstall ois-devel on Fedora 36

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

sudo dnf remove ois-devel

ois-devel Package Contents on Fedora 36

/usr/include/OIS
/usr/include/OIS/OIS.h
/usr/include/OIS/OISConfig.h
/usr/include/OIS/OISEffect.h
/usr/include/OIS/OISEvents.h
/usr/include/OIS/OISException.h
/usr/include/OIS/OISFactoryCreator.h
/usr/include/OIS/OISForceFeedback.h
/usr/include/OIS/OISInputManager.h
/usr/include/OIS/OISInterface.h
/usr/include/OIS/OISJoyStick.h
/usr/include/OIS/OISKeyboard.h
/usr/include/OIS/OISMouse.h
/usr/include/OIS/OISMultiTouch.h
/usr/include/OIS/OISObject.h
/usr/include/OIS/OISPrereqs.h
/usr/lib/libOIS.so
/usr/lib/pkgconfig/OIS.pc

References

Summary

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


title: “How To Install ois-devel on Fedora 36” linkTitle: “ois-devel” type: “docs” description: “In this tutorial we learn how to install ois-devel in Fedora 36. ois-devel is Development files for ois” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ois-devel-featured.png

Introduction

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

What is ois-devel

The ois-devel package contains libraries and header files for developing applications that use ois.

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

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

sudo dnf -y install ois-devel

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

sudo yum -y install ois-devel

How To Uninstall ois-devel on Fedora 36

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

sudo dnf remove ois-devel

ois-devel Package Contents on Fedora 36

/usr/include/OIS
/usr/include/OIS/OIS.h
/usr/include/OIS/OISConfig.h
/usr/include/OIS/OISEffect.h
/usr/include/OIS/OISEvents.h
/usr/include/OIS/OISException.h
/usr/include/OIS/OISFactoryCreator.h
/usr/include/OIS/OISForceFeedback.h
/usr/include/OIS/OISInputManager.h
/usr/include/OIS/OISInterface.h
/usr/include/OIS/OISJoyStick.h
/usr/include/OIS/OISKeyboard.h
/usr/include/OIS/OISMouse.h
/usr/include/OIS/OISMultiTouch.h
/usr/include/OIS/OISObject.h
/usr/include/OIS/OISPrereqs.h
/usr/lib64/libOIS.so
/usr/lib64/pkgconfig/OIS.pc

References

Summary

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