Skip to content

Instantly share code, notes, and snippets.

@falmar
Last active October 22, 2017 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falmar/4ef53c1cc303ff229b0d4d1f459f0a00 to your computer and use it in GitHub Desktop.
Save falmar/4ef53c1cc303ff229b0d4d1f459f0a00 to your computer and use it in GitHub Desktop.
Remove package kit from fedora, remove bloat rpm cache files
from https://bugzilla.redhat.com/show_bug.cgi?id=1306992#c11
pick one
- pkcon refresh force -c -1
- set /etc/PackageKit/PackageKit.conf
# Keep the packages after they have been downloaded
KeepCache=false
# best option
- sudo dnf remove PackageKit* gnome-software
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment