Created
July 25, 2023 09:29
-
-
Save fegue/52098783fe3c5c46b512536e81f2eec4 to your computer and use it in GitHub Desktop.
Fedora 37 dnf config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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