Damus
GHOST · 6d
sudo apt install
jack (n/acc) · 6d
Angry turk’s opinion https://image.nostr.build/a25394920fa9fbf08515ea2f4897584e3a7e0238516fdaa883c817e95b439298.jpg
Pixel Survivor · 6d
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 · 6d
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 · 6d
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 · 6d
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 · 6d
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 · 6d
Install from source, apt, sometimes snap
DeveRoSt · 6d
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 · 6d
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 · 6d
I just use nixpkgs, all the packages are hash-verified. Cool
Matt 🛸 · 6d
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 📲🍄🌐 · 6d
paru btw
Ľḭṿḙśƫṟãɖãṁṹṧ💫#RunCoreV30 · 6d
Slackware user here and a lot already comes with it. And those not I'll build from source or search in slackbuilds
Bill Cypher · 6d
More people should set up repos and get added to extrepo instead of publishing a .deb and expecting us to dpkg -i
⚡tephen · 4d
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.