How to Stop Fedora 24 Gnome Software Auto Updating?
I would like to use only DNF for updates, but Gnome Software just told me I have updates, so I assume it is doing this automatically. How can I turn this off?
I found some old posts on the topic, but they are so old I am worried they are out of date... things change fast around here!
I think the Gnome-Software-Center periodically does a
dnf check-update
and tells you if there are updated packages in your enabled repositories. But it definetely doesn't do adnf update
without your permission.@jake Gnome Software uses PackageKit as its backend, not dnf. So it runs a
pkcon refresh
orpkcon refresh force
to update its package metadata. If you click on Update in Gnome Software, it runs something likepkcon update
...