Hacker News new | ask | show | jobs
by _8j50 1543 days ago
> Simple rule of thumb as a consumer: If it is not in the repo/store/steam then it does not exist. Same for iOS or android by the way: If you need to jailbreak/root for an app, for the average user it might as well not exist.

Forget all that. I am talking about gary's clipboard manager or something. This is crazy, you can't even install elasticsearch or Mongo without adding a repo!

My whole point was this approach works om servers but on desktops, the use case is different. I want random apps by random people on their random site. Not distro accepted and approved stuff that was digested through layers of bureaucracy and one size fits all crowdpleasing. That is obviously not working.

> Er, no you don't. If the mac .dmg has those same issues you don't do that, if the windows .exe has those same issues you don't do that.

I don't have those issues on mac and windows because the gatekeeping distro maintainers aren't choosing how to build or preconfigure it. It is a direct relationship between I the consumer and the developer. No middle man! No system deps (well.. except on mac with homebrew but not dmg)

1 comments

You could do that if software vendors bothered to provide the option.

To your example, you can download Elasticsearch as an archive from their website [0], unarchive it, and you're off to the races.

JetBrains IDEs work the same way, grab a zip, unzip it, and bam, you're good to go. They can even keep themselves up to date on their own. It will also install a shortcut in your DE's menu.

Ditto for Zoom and 1Passowrd, who even support more "exotic" distributions, such as Arch, on top of Snaps and Flatpaks.

While I think that in practice the issues you describe do exist, I think the cause is mainly that Linux is still a second-class citizen and not a priority for vendors to support properly. But hey, at least they try, as opposed to others who don't give a damn at all.

---

[0] https://www.elastic.co/downloads/elasticsearch ; also available as a .deb or .rpm download

People seem to think Linux has a technical problem with just distributing binaries, but it really doesn't - it's a cultural problem. Even many pieces of free software don't bother to provide archives you can just unpack and run. I heave a deep sigh when I find an interesting program I want to try but my options are "run Ubuntu <version> and install the .deb" or "build from source". If Zoom, JetBrains, Arduino, Blender, Firefox, Julia, VSCode, SALOME, and X-Plane 11 can just give me a binary, why can't you?

Yet we still see discussions like this, where people think packaging is some major roadblock on Linux: https://news.ycombinator.com/item?id=30777172