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

In this tutorial we learn how to install openscap-engine-sce.i686 in Amazon Linux 2. openscap-engine-sce.i686 is Script Check Engine plug-in for OpenSCAP

Introduction

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

What is openscap-engine-sce.i686

The Script Check Engine is non-standard extension to SCAP protocol. This engine allows content authors to avoid OVAL language and write their assessment commands using a scripting language (Bash, Perl, Python, Ruby, …).

We can use yum to install openscap-engine-sce.i686 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.i686.

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

sudo yum -y install openscap-engine-sce.i686

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

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

sudo yum remove openscap-engine-sce.i686

openscap-engine-sce.i686 Package Contents on Amazon Linux 2

/usr/lib/libopenscap_sce.so.8
/usr/lib/libopenscap_sce.so.8.14.1

References

Summary

In this tutorial we learn how to install openscap-engine-sce.i686 on Amazon Linux 2 using yum.