this post was submitted on 19 Dec 2024
15 points (89.5% liked)

Linux

5479 readers
366 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Successful_Try543@feddit.org 1 points 6 hours ago* (last edited 6 hours ago) (1 children)

Are you sure that s.th. called "secure boot configuration update" is delivered as a flatpak and not as a native package?
In the latter case the update command would be e.g. apt upgrade on Debian based or dnf upgrade on Fedora based systems, or whatever the package manager of the distribution is called.

[–] federalreverse@feddit.org 2 points 5 hours ago* (last edited 5 hours ago) (1 children)

It's in the firmware category, i.e. it comes from LVFS. It's neither a Flatpak nor a DEB/RPM/... package. Many of these, I believe are actually exe files for DOS (happy to be corected on this, it's a while since I last read Richard Hughes's blog).

Iirc, GNOME Software is plug-in-based and the Flatpak plug-in is just one of the plug-ins.

[–] Successful_Try543@discuss.tchncs.de 2 points 5 hours ago (1 children)

So fwupdmgr takes care of this on the command line?

[–] federalreverse@feddit.org 2 points 4 hours ago* (last edited 4 hours ago) (1 children)

I think GNOME Software uses some fwupd library rather than the straight-up command-line fwupdmgr, but yeah, basically.

[–] Successful_Try543@feddit.org 2 points 4 hours ago* (last edited 4 hours ago)

At least the Debian package depends on both, the library libfwupd2 and fwupd. So fwupdmgr should be present too (depending on how the used distribution handles these dependencies).