Skip to content

Instantly share code, notes, and snippets.

@fegue
Created July 25, 2023 09:29
Show Gist options
  • Save fegue/52098783fe3c5c46b512536e81f2eec4 to your computer and use it in GitHub Desktop.
Save fegue/52098783fe3c5c46b512536e81f2eec4 to your computer and use it in GitHub Desktop.
Fedora 37 dnf config
# see `man dnf.conf` for defaults and possible options
[main]
gpgcheck=True
installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=True
# added for speed
fastestmirror=True
max_parallel_downloads=3
defaultyes=True
keepcache=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment