Tywèle [she|her]@lemmy.dbzer0.com to Linux@programming.devEnglish · 1 day 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-up120arrow-down12 cross-posted to: linux@lemmy.ml
arrow-up118arrow-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 day agomessage-square5fedilink cross-posted to: linux@lemmy.ml
minus-squareSuccessful_Try543@discuss.tchncs.delinkfedilinkarrow-up1·1 day agoSo fwupdmgr takes care of this on the command line?
minus-squarefederal reverse@feddit.orglinkfedilinkarrow-up2·edit-21 day 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 day 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).