dnf conf
This commit is contained in:
parent
8f81bbb2d6
commit
4873a0e8c5
2 changed files with 11 additions and 1 deletions
11
roles/qubes-f41-gnome/tasks/files/etc/dnf/dnf.conf
Normal file
11
roles/qubes-f41-gnome/tasks/files/etc/dnf/dnf.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[main]
|
||||||
|
gpgcheck=True
|
||||||
|
installonly_limit=3
|
||||||
|
clean_requirements_on_remove=True
|
||||||
|
best=False
|
||||||
|
skip_if_unavailable=True
|
||||||
|
max_parallel_downloads=10
|
||||||
|
deltarpm=False
|
||||||
|
defaultyes=True
|
||||||
|
install_weak_deps=False
|
||||||
|
countme=False
|
|
@ -214,7 +214,6 @@
|
||||||
- 'lvm2'
|
- 'lvm2'
|
||||||
- 'rng-tools'
|
- 'rng-tools'
|
||||||
- 'thermald'
|
- 'thermald'
|
||||||
- '*perl*'
|
|
||||||
state: 'absent'
|
state: 'absent'
|
||||||
allowerasing: true
|
allowerasing: true
|
||||||
autoremove: true
|
autoremove: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue