How To Install The Sosreport Package
A sosreport collects diagnostic support data from Oracle Linux or RHEL. To install it, install the sos package.
Check to see if the 'sos' package is installed, as it provides the 'sosreport' command. The following command should return the sos package name and version if it is installed.
# rpm -q sos
For Oracle Linux 7 or RHEL 7, run the following command:
# yum install sos
For Oracle Linux 8 or RHEL 8, run the following command:
# dnf install sos
Tagged:
0