How To Install openscap-python3 on Fedora 36

In this tutorial we learn how to install openscap-python3 in Fedora 36. openscap-python3 is Python 3 bindings for openscap

Introduction

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

What is openscap-python3

The openscap-python3 package contains the bindings so that openscap libraries can be used by python3.

We can use yum or dnf to install openscap-python3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openscap-python3.

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

sudo dnf -y install openscap-python3

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

sudo yum -y install openscap-python3

How To Uninstall openscap-python3 on Fedora 36

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

sudo dnf remove openscap-python3

openscap-python3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/29513d24e327571013d1318f65b5a00d3b22c8
/usr/lib64/python3.10/site-packages/__pycache__
/usr/lib64/python3.10/site-packages/__pycache__/openscap_api.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/openscap_api.cpython-310.pyc
/usr/lib64/python3.10/site-packages/__pycache__/openscap_py.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/openscap_py.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_openscap_py.so
/usr/lib64/python3.10/site-packages/openscap_api.py
/usr/lib64/python3.10/site-packages/openscap_py.py

References

Summary

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