this post was submitted on 18 Sep 2025
21 points (100.0% liked)

Linux

13273 readers
108 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

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

top 14 comments
sorted by: hot top controversial new old
[–] kugmo@sh.itjust.works 8 points 1 week ago (2 children)

appimages are programs i want on a specific version. they do not get updated.

[–] kiol@lemmy.world 3 points 1 week ago

Cool, I've got that part covered.

[–] divingdonkey@sh.itjust.works 6 points 1 week ago (1 children)
[–] kiol@lemmy.world 2 points 1 week ago (1 children)

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-cli is used, so learning more about how to use it. See this issue on documentation

[–] divingdonkey@sh.itjust.works 8 points 1 week ago (1 children)

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 points 1 week ago

Cool, both are nice tools!

[–] jlow@discuss.tchncs.de 3 points 1 week ago (2 children)

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 points 1 week ago* (last edited 1 week ago)

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 points 1 week ago
[–] Montagge@lemmy.zip 2 points 1 week ago (1 children)
[–] kiol@lemmy.world 2 points 1 week ago
[–] Samueru_sama@programming.dev 2 points 1 week ago* (last edited 1 week ago) (1 children)

https://github.com/ivan-hc/AM

Wouldn’t mind basically adding to a command or cron for something like apt-get get upgrade && flatpak update && something

iirc topgrade has support for AM, so you can do all at once with AM included.

[–] kiol@lemmy.world 1 points 1 week ago