How To Install openscap-engine-sce on Fedora 36

In this tutorial we learn how to install openscap-engine-sce in Fedora 36. openscap-engine-sce is Script Check Engine plug-in for OpenSCAP

Introduction

In this tutorial we learn how to install openscap-engine-sce on Fedora 36.

What is openscap-engine-sce

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 or dnf to install openscap-engine-sce on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openscap-engine-sce.

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

sudo dnf -y install openscap-engine-sce

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

sudo yum -y install openscap-engine-sce

How To Uninstall openscap-engine-sce on Fedora 36

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

sudo dnf remove openscap-engine-sce

openscap-engine-sce Package Contents on Fedora 36

---
title: "How To Install openscap-engine-sce on Fedora 36"
linkTitle: "openscap-engine-sce"
type: "docs"
description: "In this tutorial we learn how to install openscap-engine-sce in Fedora 36. openscap-engine-sce is Script Check Engine plug-in for OpenSCAP"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/openscap-engine-sce-featured.png
---

## Introduction

In this tutorial we learn how to install `openscap-engine-sce` on Fedora 36.

### What is `openscap-engine-sce`

> 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` or `dnf` to install `openscap-engine-sce` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openscap-engine-sce.

## Install openscap-engine-sce on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install openscap-engine-sce using dnf by running the following command:

sudo dnf -y install openscap-engine-sce

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

sudo yum -y install openscap-engine-sce

How To Uninstall openscap-engine-sce on Fedora 36

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

sudo dnf remove openscap-engine-sce

openscap-engine-sce Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/e642938c799c9608fd7d28b66c2b00d18a6cc8
/usr/lib/libopenscap_sce.so.25
/usr/lib/libopenscap_sce.so.25.5.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/8a /usr/lib/.build-id/8a/b7f87069fd86ec6a9baabcb581607c7416d40a /usr/lib64/libopenscap_sce.so.25 /usr/lib64/libopenscap_sce.so.25.5.0


## References

* [openscap-engine-sce website](http://www.open-scap.org/)

## Summary

In this tutorial we learn how to install `openscap-engine-sce` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).