Where dnf temporarily stores packages ?
I was looking into /var/cache/dnf
but there some .solvx
and .db
files, where is .rpm
?
That is exactly where dnf stores packages!
For example: /var/cache/dnf/updates-4bd5ef968505a5fd/packages/
After a successful transaction, those .rpm files are deleted again. If you want to change that you need to add
keepcache=true
to /etc/dnf/dnf.conf
Not 100% sure about this, but I think after the packages are installed, it will be deleted. Can anyone confirm?
Asked: 2018-06-07 15:12:04 -0600
Seen: 121 times
Last updated: Jun 07 '18