Computer and IT knowledge - things to know
error: dnf-makecache.service loaded failed failed dnf makecache
solution (if you don't need the automatic cache update service):
===============================================
systemctl --failed
systemctl disable dnf-makecache.service
systemctl disable dnf-makecache.timer
systemctl reset-failed
solution (if the service is marked as static):
================================
> in this case you cannot disable the service, but you can mask it!
systemctl mask dnf-makecache.service
systemctl reset-failed
> to unmask the service:
==================
systemctl unmask dnf-makecache.service
computer2know :: thank you for your visit :: have a nice day :: © 2025