appimages are programs i want on a specific version. they do not get updated.
Linux
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:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
Cool, I've got that part covered.
Oof
You might want software like this: https://github.com/TheAssassin/AppImageLauncher
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
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.
Cool, both are nice tools!
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.
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.
Thanks
I use Gearlever
Thanks
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.
Thanks!