fp-appimage-updater update periodically in the background. The timer activates 15 minutes after boot and then every 12 hours.
Since fp-appimage-updater is designed for user-space operations, always use the --user flag when interacting with its systemd units — do not use sudo for user-wide installs.
Set up the timer
1
Install with systemd support
The default installation sets up the timer automatically:If you want to skip the timer, pass
--no-systemd:2
Check timer status
Verify the timer is active:
3
Enable and start the timer manually
If the timer was not enabled during install, start it now:
4
View logs
Inspect recent background update runs:
System-wide installation
To install the binary and systemd units system-wide (targeting/usr/bin/ and /usr/lib/systemd/system/), run the install script with sudo and the --system flag:
sudo and the --system flag instead of --user for all systemctl commands.