We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://static.open-scap.org/openscap-1.3/oscap_user_manual.html states:
To install scap-security-guide on Red Hat Enterprise Linux 8 and newer, on CentOS 8 and newer or on Fedora use the following command: # yum install scap-security-guide To install scap-security-guide on Red Hat Enterprise Linux 7 or CentOS 7 or older use the following command: # yum install scap-security-guide
To install scap-security-guide on Red Hat Enterprise Linux 8 and newer, on CentOS 8 and newer or on Fedora use the following command:
# yum install scap-security-guide
To install scap-security-guide on Red Hat Enterprise Linux 7 or CentOS 7 or older use the following command:
The second line should be:
# dnf install scap-security-guide
, to keep it consistent with how oscap is to be installed on RHEL 8, CentOS and newer, and on Fedora:
To install OpenSCAP on Red Hat Enterprise Linux 8 and newer, on CentOS 8 and newer or on Fedora use the following command: # dnf install openscap-scanner
To install OpenSCAP on Red Hat Enterprise Linux 8 and newer, on CentOS 8 and newer or on Fedora use the following command:
# dnf install openscap-scanner
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://static.open-scap.org/openscap-1.3/oscap_user_manual.html states:
The second line should be:
, to keep it consistent with how oscap is to be installed on RHEL 8, CentOS and newer, and on Fedora:
The text was updated successfully, but these errors were encountered: