Description
Sos is an extensible, portable, support data collection tool primarily aimed at Linux distributions and other UNIX-like operating systems.
Installation Instructions
Amazon Linux 2023
# Install the Copr plugin
#> dnf install 'dnf-command(copr)'
# Enable the repo (x86_64 platforms: Intel/Amd)
#> dnf copr enable erovia/sos amazonlinux-2023-x86_64
# Enable the repo (aarch64 platforms: Graviton)
#> dnf copr enable erovia/sos amazonlinux-2023-aarch64
# Install the tool
#> dnf install sos
Amazon Linux 2
On Copr AL2 is not available as chroot, so EPEL7 is used.
EPEL is NOT necessary to be enabled for installation.
# Install the Copr plugin
#> yum install yum-plugin-copr
# Enable the repo
#> yum copr enable erovia/sos
# Only on aarch64 platforms (Graviton):
#> sed -i 's/$basearch/x86_64/' /etc/yum.repos.d/_copr_erovia-sos.repo
# Install the tool
#> yum install sos
Notes:
For AL2023 the latest release is used.
For AL2 the last 3.x release due to Python version and dependency availability constraints.
All builds are provided for convenience and come with absolutely no guarantees of any kind.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Amazonlinux 2023 | aarch64 (2)*, x86_64 (21)* | Amazonlinux 2023 (29 downloads) |
EPEL 7 | x86_64 (12)* | EPEL 7 (21 downloads) |
* Total number of downloaded packages.