This is why you use Arch/Nix because the package is likely in their repos.
The software probably still won't work, but you can waste more time on it.
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
This is why you use Arch/Nix because the package is likely in their repos.
The software probably still won't work, but you can waste more time on it.
More like:
No system package -> installing from user repos -> appimage -> flatpak -> creating your own package -> using a VM with a distro that has the package -> not installing package
If after that you still don't have it, ~~it wasn't meant to be~~ it's probably just not very good software.
Personally go: Flatpak (I like easily controlling an apps premissions) -> flatpak version is broken... Try system package -> distrobox -> compiling -> appimage -> not installing a package
Distrobox/containerd is so nice since a lot of the niche tools I use require Debian or Ubuntu dependency versions, but I'd be lying if I said everything "just works"
There should be some kind of automated certification for git repos, where if the described install process does not complete on a default install of the most popular OS, the software gets a big red "does not work" label.
Me on gentoo with my fucked up GCC and python versions. I must have spent so many hours compiling trying to get this shit to the right versions on a Chromebook with very little disk space.
Its cooked, I know its cooked but i dont want to go through the effort of reinstalling.
Things have gotten so, so much better over the last 5 or 6 years.
Flatpak, appimage, docker are just brilliant.
I recently discovered nix and am in that honeymoon phase of trying to hit every nail with that hammer.
Oh sweet Jesus! LOL! This is me, though not with Linux, but trying to use Macports to get some damn program running and failing miserably because I couldn't get the permissions set on the dependencies correctly.
Rake right to the face. FML.
Be me, build a Dockerfile to do all that shit in a nice CI package, still can't run it.
I was gonna get mad but then I continued reading.
LOL!
We've all been there..
Are you using a debian-based distro, perhaps? (Espically if it's a stability-focused one)
Glad im not the only one. Thats one thing that makes me go man, people will never leave windows for this, this is insanely complex to juat install a program.
I find it fun to learn tho
What I love is when you need a core part of the kernel and the only way to install it is by recompiling the kernel and you can't use bottles or docker for some obscure reason (yes this has happened to me no I wasn't happy.)
Sorry, what does βnot installing somethingβ mean? Is it literal?
It means that I did not installed a certain software due to the dev not providing any binaries or at least making it a little bit easier to compile it myself.
Fyi, it wouldn't necessarily be better with a binary if you are missing dependencies, since it might have dynamically linked libraries (I'd say it probably does but tbh I'm not sure whether dynamic or static linked libraries are more common with Linux programs shared on the internet as my experience there is more with building them for work stuff rather than downloading and installing).
here's a challenge: diodon plugins in github
Don't install software outside of official repos or at least avoid doing it like the plague
Use tools like distrobox and toobx to install apps from other distros
No, then you fix the code to work with your current system libraries and upstream the patch and version bump. This happens less on Arch, BTW ;-)