How To Install openscap-engine-sce-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install openscap-engine-sce-devel.x86_64 in Amazon Linux 2. openscap-engine-sce-devel.x86_64 is Development files for openscap-engine-sce

Introduction

In this tutorial we learn how to install openscap-engine-sce-devel.x86_64 on Amazon Linux 2.

What is openscap-engine-sce-devel.x86_64

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

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

Install openscap-engine-sce-devel.x86_64 on Amazon Linux 2 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.x86_64 using yum by running the following command:

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

How To Uninstall openscap-engine-sce-devel.x86_64 on Amazon Linux 2

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

sudo yum remove openscap-engine-sce-devel.x86_64

openscap-engine-sce-devel.x86_64 Package Contents on Amazon Linux 2

/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.x86_64 on Amazon Linux 2 using yum.