Tywèle [she|her]@lemmy.dbzer0.com to Linux@programming.devEnglish · 1 month agoGNOME software center tells me this needs an update but it doesn't do anything when clicking download, how can I update this?lemmy.dbzer0.comimagemessage-square5fedilinkarrow-up121arrow-down12 cross-posted to: linux@lemmy.mlgnome
arrow-up119arrow-down1imageGNOME software center tells me this needs an update but it doesn't do anything when clicking download, how can I update this?lemmy.dbzer0.comTywèle [she|her]@lemmy.dbzer0.com to Linux@programming.devEnglish · 1 month agomessage-square5fedilink cross-posted to: linux@lemmy.mlgnome
minus-squareSuccessful_Try543linkfedilinkarrow-up1·1 month agoSo fwupdmgr takes care of this on the command line?
minus-squarefederal reverse@feddit.orglinkfedilinkarrow-up2·edit-21 month agoI think GNOME Software uses some fwupd library rather than the straight-up command-line fwupdmgr, but yeah, basically.
minus-squareSuccessful_Try543@feddit.orglinkfedilinkarrow-up2·edit-21 month agoAt 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).
So
fwupdmgr
takes care of this on the command line?I think GNOME Software uses some
fwupd
library rather than the straight-up command-linefwupdmgr
, but yeah, basically.At least the Debian package depends on both, the library
libfwupd2
andfwupd
. Sofwupdmgr
should be present too (depending on how the used distribution handles these dependencies).