I want to disable all updates for a while.
I if do ujust toggle-updates
, will it COMPLETELY disable ALL updates, system and flatpak?
Yes,the all updates (system and flatpak) are handled by a service called uupd.timer,if you disable the service,you will not get any update
After you run the ujust command,you can verify if indeed is disabled by doing a
systemctl status uupd.timer
If it says something like
Active: inactive (dead)
Then you are good.
3 Likes