Test Description
The tool checks that the sg3 package (ubuntu: sg3-utils|redhat: sg3_utils) is installed, by checking the distribution's package manager.
This test case fails if:
The package is not installed.
This test case passes if:
The package is installed.
How to fix this test
Automatic fix
The tool attempts to install the package using the distribution's package manager.
Manual fix
Install the package through the distribution's package manager.
Ubuntu: apt-get install -y sg3-utils
Red Hat: yum install -y sg3_utils
More information
Applies to
- Ubuntu-based systems
- RedHat-based systems
Comments