Skip to content

Instantly share code, notes, and snippets.

@alexmorley
Created January 5, 2018 11:25
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 alexmorley/c7bf82b04d9a0a8808ef983e4bc03a1a to your computer and use it in GitHub Desktop.
Save alexmorley/c7bf82b04d9a0a8808ef983e4bc03a1a to your computer and use it in GitHub Desktop.
dnf on centos 7
## Warning there are potential security issues with this version
wget http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64/dnf-conf-0.6.4-2.sdl7.noarch.rpm
wget http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64//dnf-0.6.4-2.sdl7.noarch.rpm
wget http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64/python-dnf-0.6.4-2.sdl7.noarch.rpm
yum install python-dnf-0.6.4-2.sdl7.noarch.rpm dnf-0.6.4-2.sdl7.noarch.rpm dnf-conf-0.6.4-2.sdl7.noarch.rpm
@falves1
Copy link

falves1 commented Jul 26, 2021

I am trying to download dnf and the script says "forbidden". Any idea where else can we find it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment