How To Install openscap-engine-sce-devel on Rocky Linux 8

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

Introduction

In this tutorial we learn how to install openscap-engine-sce-devel on Rocky Linux 8.

What is openscap-engine-sce-devel

The openscap-engine-sce-devel package contains libraries and header files for developing applications that use openscap-engine-sce.

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

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

sudo dnf -y install openscap-engine-sce-devel

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

sudo yum -y install openscap-engine-sce-devel

How To Uninstall openscap-engine-sce-devel on Rocky Linux 8

To uninstall only the openscap-engine-sce-devel package we can use the following command:

sudo dnf remove openscap-engine-sce-devel

openscap-engine-sce-devel Package Contents on Rocky Linux 8

/usr/include/openscap/sce_engine_api.h
/usr/lib/libopenscap_sce.so
/usr/include/openscap/sce_engine_api.h
/usr/lib64/libopenscap_sce.so

References

Summary

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