How To Install libspnav-devel on Rocky Linux 8

In this tutorial we learn how to install libspnav-devel on Rocky Linux 8. libspnav-devel is Development files for libspnav

Introduction

In this tutorial we learn how to install libspnav-devel on Rocky Linux 8.

What is libspnav-devel

Development files for libspnav.

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

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

sudo dnf -y install libspnav-devel

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

sudo yum -y install libspnav-devel

How To Uninstall libspnav-devel on Rocky Linux 8

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

sudo dnf remove libspnav-devel

libspnav-devel Package Contents on Rocky Linux 8

/usr/include/spnav.h
/usr/include/spnav_config.h
/usr/include/spnav_magellan.h
/usr/lib64/libspnav.so
/usr/share/doc/libspnav-devel
/usr/share/doc/libspnav-devel/examples
/usr/share/doc/libspnav-devel/examples/cube
/usr/share/doc/libspnav-devel/examples/cube/Makefile
/usr/share/doc/libspnav-devel/examples/cube/cube.c
/usr/share/doc/libspnav-devel/examples/cube/vmath.c
/usr/share/doc/libspnav-devel/examples/cube/vmath.h
/usr/share/doc/libspnav-devel/examples/cube/vmath.inl
/usr/share/doc/libspnav-devel/examples/simple
/usr/share/doc/libspnav-devel/examples/simple/Makefile
/usr/share/doc/libspnav-devel/examples/simple/simple.c

References

Summary

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