.
Backup your dnf.conf file
sudo cp /etc/dnf/dnf.conf /etc/dnf/dnf.conf-bak
then enter
sudo sh -c "echo keepcache=True >> /etc/dnf/dnf.conf"
to avoid to download again the same packages should you have to repeat the transaction.
1 Like