Wondering about best practices for managing and auto-updating appimages. Have to use a few and Discover appstore (Kubuntu) does not support them, so I've been meaning to setup a way to auto-update them. Currently have them living in ~/appimage directory.
Wouldn't mind basically adding to a command or cron for something like apt-get get upgrade && flatpak update && something-appimage
14 Comments
kugmo@sh.itjust.works · 8 pts · 323d
appimages are programs i want on a specific version. they do not get updated.
kiol@lemmy.world · 3 pts · 322d
Cool, I've got that part covered.
9tr6gyp3@lemmy.world · 0 pts · 322d
Oof
divingdonkey@sh.itjust.works · 6 pts · 323d
You might want software like this: https://github.com/TheAssassin/AppImageLauncher
kiol@lemmy.world · 2 pts · 323d
Thanks, is pretty nice. Part I'm still unclear on is how to auto-update all appimages, as opposed to individual selection. Would ideally add to a basic script to update appimages after regular package manager. See this issue. I do see
ail-cliis used, so learning more about how to use it. See this issue on documentationdivingdonkey@sh.itjust.works · 8 pts · 323d
My bad, mixed it up with this: https://github.com/mijorus/gearlever
This has a "check for updates" function, I've never bothered using it though.
kiol@lemmy.world · 1 pts · 322d
Cool, both are nice tools!
jlow@discuss.tchncs.de · 4 pts · 323d
Bazzite theorically auto updates but Im not sure it does for me, so I just start the system updater that updates, system, flatpaks, brew etc from time to time when I plan to reboot anyway.
Ghoelian@lemmy.dbzer0.com · 1 pts · 322d
Bazzite has GearLever built in for this.
Also, I think they update using topgrade, which doesn't support gearlever afaik. I always manually have to update in gearlever.
kiol@lemmy.world · 1 pts · 322d
Thanks
Montagge@lemmy.zip · 3 pts · 322d
I use Gearlever
kiol@lemmy.world · 2 pts · 322d
Thanks
Samueru_sama@programming.dev · 2 pts · 322d
https://github.com/ivan-hc/AM
iirc topgrade has support for AM, so you can do all at once with AM included.
kiol@lemmy.world · 1 pts · 322d
Thanks!