All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:55, 3 September 2025 Ansil talk contribs created page OpenSCAP Installation & Usage on Ubuntu (Created page with "Home > Ubuntu > OpenSCAP Installation & Usage on Ubuntu = OpenSCAP Installation & Usage on Ubuntu = == 1. Update and Upgrade System Packages == <syntaxhighlight lang="bash"> sudo apt update && sudo apt upgrade -y </syntaxhighlight> == 2. Install OpenSCAP == <syntaxhighlight lang="bash"> sudo apt install libopenscap8 -y </syntaxhighlight> == 3. Verify Installation == <syntaxhighlight lang="bash"> which oscap oscap -V </syntaxhighlight> == 4. Dow...")