Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This needs to be appended to the installation command in Ubuntu. #2149

Closed
silverskyvicto opened this issue Aug 10, 2024 · 1 comment
Closed
Labels

Comments

@silverskyvicto
Copy link

silverskyvicto commented Aug 10, 2024

Description of Problem:

When using the latest version of Ubuntu, the installation cannot be performed using the commands listed in the documentation.

# apt install libopenscap8

OpenSCAP Version:

  • 1.3.9

Operating System & Version:

  • Ubuntu 24.04 LTS

Steps to Reproduce:

  1. Log in to Ubuntu Server
  2. Update package repository
    $ sudo apt update
  3. 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.

@evgenyz evgenyz added the docs label Aug 12, 2024
@jan-cerny
Copy link
Member

This has been fixed by #2143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants