Skip to content

Instantly share code, notes, and snippets.

@bsolomon1124
Created April 6, 2021 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsolomon1124/553f65cf0eaa35dce937430a103f124f to your computer and use it in GitHub Desktop.
Save bsolomon1124/553f65cf0eaa35dce937430a103f124f to your computer and use it in GitHub Desktop.
Attempt at installing SIMP on RHEL 8
sudo -s
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf install -y yum-utils
dnf install -y https://yum.puppetlabs.com/puppet-release-el-8.noarch.rpm
dnf install -y https://download.simp-project.com/simp-release-community.rpm
dnf install -y simp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment