Skip to content

Instantly share code, notes, and snippets.

@CalvinHartwell
CalvinHartwell / 18.04-openscap.md
Last active April 16, 2025 08:23
Using OpenSCAP on Ubuntu 18.04 LTS

Using OpenSCAP on Ubuntu 18.04 LTS

Installation Instructions

First we install the following packages to use the openscap command-line tool: sudo apt-get install libopenscap8 python-openscap

We will also install the SCAP security guide: sudo apt install ssg-base ssg-debderived ssg-debian ssg-nondebian ssg-applications