This needs to be appended to the installation command in Ubuntu.
silverskyvicto opened this issue · 1 comments
silverskyvicto commented
Description of Problem:
When using the latest version of Ubuntu, the installation cannot be performed using the commands listed in the documentation.
openscap/docs/manual/manual.adoc
Line 108 in da1d1bd
OpenSCAP Version:
- 1.3.9
Operating System & Version:
- Ubuntu 24.04 LTS
Steps to Reproduce:
- Log in to Ubuntu Server
- Update package repository
$ sudo apt update
- Execute command below
$ sudo apt install libopenscap8
Actual Results:
$ sudo apt install libopenscap8
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libopenscap8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
openscap-common libopenscap25t64
E: Package 'libopenscap8' has no installation candidate
Expected Results:
OpenSCAP successfully installed.
Additional Information / Debugging Steps:
The installation was successful when the following command was executed
$ sudo apt install openscap-scanner
A search for packages shows that the packages have changed in the latest version of Ubuntu.