14 lines
271 B
Text
14 lines
271 B
Text
|
# see `man dnf.conf` for defaults and possible options
|
||
|
|
||
|
[main]
|
||
|
gpgcheck=True
|
||
|
installonly_limit=100
|
||
|
clean_requirements_on_remove=True
|
||
|
best=False
|
||
|
skip_if_unavailable=True
|
||
|
max_parellel_downloads=100
|
||
|
fastestmirror=True
|
||
|
deltarpm=true
|
||
|
defaultyes=True
|
||
|
install_weak_deps=false
|