# Where repo details for `dnf` are kept
A file per repo in `/etc/yum.repos.d`.
# Write stdout to the clipboard under Wayland
```
wl-copy
```
From wl-clipboard.
# Speed up `dnf`
In `/etc/dnf/dnf.conf`:
```ini
[main]
max_parallel_downloads=20
fastestmirror=True
```