Fedora Atomic: How do you prefer updates? Through the Software center, CLI, background?

The Fedora Atomic Desktops do something new by clearly separating the System from the Apps.

I think this is a great approach, as the user pretty much doesnt have to interact with the system in any way, by using Flatpaks.

Current implementations into GNOME Software and KDE Discover allow users to see updates of the system in these Stores though. Discover also now seems to allow installing apps as RPMs (layering) from the store. Probably uninstalling (not override remove) too.

What do you prefer, how do you do your Updates, how do you use these Stores?

  1. Updates and Installs (Flatpak and RPM layering) through the GUI Software stores
  2. Updates + RPM layering through CLI manually, Flatpaks through GUI
  3. Updates through an automated background service. Manual installs through GUI
  4. Updates through an automated background service, only Flatpak installs through GUI. RPM layering through CLI.
  5. CLI for everything

Second question:

Would you like to have notifications about updates seperated from the main software center?

The purpose of this survey is to get an idea of how people like to do this. Poorly Discourse has no real survey tool.

1 Like

I personally to 4. I see no value in having interactive and kinda crashy updates through packagekit, if I click ā€œyesā€ 100% of the time.

I have disabled any Discover background notifications and have a background systemd service updating rpm-ostree and flatpak.

Only waydroid (sudo waydroid update) and fwupd are not yet automated.

fwupd is a pretty annoying thing, as it requires some sort of battery detection, a GUI kdialog (yes/no) reboot dialog and all. But then, it could be done.

I want to use Discover for Flatpaks only. No loading when launching it, simply to discover new apps. I have never installed an RPM there, as the best way to do these changes is via a combined command like

rpm-ostree update --install A B --remove B C

I prefer 5, mostly because I like the control I have and because I feel like gnome-software is slow on the first update and occasionally glitches.

Granted some of this may be due to my prior ā€œslowā€ internet situation, and because I’m an old terminal fuddy duddy…

1 Like

In your options list, does ā€˜installs’ mean layered RPMs or flatpaks?

I’m pretty happy with GNOME Software with automatic updates enabled (for both rpm-ostree and flatpak). Performance is mostly fine now, but memory usage is still a bit high. I typically use it to install flatpak apps as well.

If I may be pedantic, PackageKit isn’t installed on Atomic systems. Software and Discover talk to rpm-ostree directly.

1 Like

1 all the way. CLI only on emergencies or when I absolutely need to layer something

No this is important! Thanks for the heads up, removed it. If Discover and Software dont need Packagekit for rpm-ostree I think thats something good.

Figured out for install I would need some more options… will get messy. Edited the questions to be more clear, still not really covering every option for the sake of usability.

Added the new question I wanted to go towards.

I personally prefer 5, but I think this should not be the only option.

Besides updating rpm/rpm-ostree and flatpak, don’t forget Gnome extensions and firmware (fwupdmgr).

1 Like

I personally do 2. I like to see what’s different about system updates, and that isn’t visible through Discover.
I want to somehow disable Discover from using rpm-ostree (only on my system), because Discover has too high a frequency of checking for updates to the system. Basically every hour or so, feels like. It’s annoying and a waste of cpu.

Ideally, if these two drawbacks were addressed, I’d be comfortable going GUI-only for the most part.

1 Like

#3 already is happening. #4 is an arbitrary separation at this point, Gnome Software and Discovery already combine sources from flatpak and package repos (ie #1). The CLI methods for both flatpak and rpm-ostree have much needed functions when problems arise.

I do sort of a sporadic mix of all the above: I appreciate automated updates, and alternate between GUI and command-line tools depending on whether I want to browse for possible solutions (GUI) vs install known and specifically desired software (CLI).

I do tend to run manual extra system updates in the terminal periodically just because it feels safer, especially when I know there’s a new kernel or GPU driver. I always run a script with batched tasks like force-rebuilding the initramfs because Nvidia has burned me enough times in the past.