Table des matières

Clean an installed Fedora OS:

clean /var/cache

/var/cache/Packagekit

Source

 sudo pkcon refresh force -c -1 
 rm -f /var/cache/PackageKit/metadata/updates/packages/*

Disable the saving of the rpm's:
Edit /etc/PackageKit/PackageKit.conf and remove the # of KeepCache

# Keep the packages after they have been downloaded
KeepCache=false 

dnf

dnf clean all --enablerepo=\* 

clean /var/log/journal

Source

You can delete everything inside of /var/log/journal/* but do not delete the directory itself.

DokuWiki Appliance - Powered by TurnKey Linux