How to check if Blufin is really autoupdating?

I see from the forum threads that Blufin is self-updating (base image 1x per week for stable; flatpak 2x per day; etc).

How to check if auto-update is really updating the software? I know I can manually run “System Update” from GUI or ujust update from CLI. But can I see the upgrade log without running GUI/CLI program?

systemctl status ublue-update.service
journalctl -u ublue-update.service

This should do it. EDIT: You kind of always need to run a thing to see the upgrade log.

3 Likes