Updates information

Bit confused these days with what I am supposed to do to ensure all apps (including flatpak/snap), get updated optimally…
Have always done zypper dup regularly, but this doesn’t update flatpaks/snaps, but Discover at least does Flatpaks (not sure about Snaps?
Clues?
Thanks.

For rpm packagaes, it’s sudo zypper dup
For flatpaks, it’s sudo flatpak update (or just flatpak update if you’re the only user)
For snaps, it’s sudo snap refresh

Honestly, these three commands are better than any gui I’ve used. You can make a script out of it if you want to make the process simpler.

2 Likes

Yep, sounds reasonable…
Script would be the way to go!
Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.