Damus
jack (n/acc) · 11w
Angry turk’s opinion https://image.nostr.build/a25394920fa9fbf08515ea2f4897584e3a7e0238516fdaa883c817e95b439298.jpg
Pixel Survivor · 11w
Flatpak/appimages fixed the fragmentation pain, but discovery is still a maze. missed opportunity: a curated storefront with builtin Lightning payments so developers get paid instead of doing open source charity forever.
cadayton · 11w
My preference is AppImage if available otherwise I go with the distro default and as last resort 'sudo apt install'. AppImage works great because I run one main host with numerous VMs serving different functions. I locate the AppImage on one disk shared to all VMs. The one install and execute fr...
TKay · 11w
I know a lot of people would like apt install. I personally think the best experience is something like Openclaw. Just copy paste a 1 line into the terminal.
Grace and Truth · 11w
apt or flatpak... Or download from whatever source website and verify. Sparrow Wallet has a nice tool for checking downloads. Haven't had much success with AppImage for some reason. Probably missed a step.
Islamic Audiobooks Central · 11w
Flatpak and Flathub have solved the app distribution issue on most distros. People can fight it or come up with something better which I doubt is happening in the near future... maybe Kaiming if Chinese companies invest in it.
Kieran · 11w
Install from source, apt, sometimes snap
DeveRoSt · 11w
Snappy (snap packages), yes it is canonical yes the store is not really open but technically the best solution (from point of security). And it ships possibly to all important Linux Distros.
Gonçalo Valério · 11w
I get it using the distro's package manager. That's it. If something is not there, or I need a bleeding edge version, I use flatpak. Overtime I found that this approach works very well for me.
Awiteb · 11w
I just use nixpkgs, all the packages are hash-verified. Cool
Matt 🛸 · 11w
I typically go with whatever the app maker recommends. RPM is common. Flatpaks are common. AppImage is less common. Sometimes you get a tarball but that is way less common than it used to be. Flathub (as a flatpak source) has gotten a lot better, but I like to make sure a Dev is the one who actually...
Tekkadan 📲🍄🌐 · 11w
paru btw
Ľḭṿḙśƫṟãɖãṁṹṧ💫#RunCoreV30 · 11w
Slackware user here and a lot already comes with it. And those not I'll build from source or search in slackbuilds
Bill Cypher · 11w
More people should set up repos and get added to extrepo instead of publishing a .deb and expecting us to dpkg -i
⚡tephen · 10w
I learned reprepro and had my own repo (apt get) for a few years. Woowee was upgrading things annoying. Until I got into automation with bash! I mostly build from source, or sometime grab binaries from git if they build for my architecture.