Issue
The dnf command downloads the whole package everytime you update it, while yum uses deltarpm and downloads less data. How do you use dnf as yum to save data?
id='dv3'>
Solution
Install deltarpm
package and add deltarpm=1
to /etc/dnf/dnf.conf
? (source)
Answered By - Aaron D. Marasco Answer Checked By - Pedro (WPSolving Volunteer)