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

Linux

13313 readers
7 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

you are viewing a single comment's thread
view the rest of the comments
[–] 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!