this post was submitted on 20 Oct 2025
868 points (98.7% liked)

linuxmemes

27911 readers
189 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    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.

    founded 2 years ago
    MODERATORS
    (page 2) 50 comments
    sorted by: hot top controversial new old
    [–] UnityDevice@lemmy.zip 4 points 2 weeks ago (1 children)

    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.

    [–] lilith267@lemmy.blahaj.zone 2 points 2 weeks ago

    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"

    [–] ikidd@lemmy.world 3 points 2 weeks ago

    Be me, build a Dockerfile to do all that shit in a nice CI package, still can't run it.

    [–] savvywolf@pawb.social 3 points 1 week ago

    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.

    [–] foodandart@lemmy.zip 3 points 2 weeks ago

    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.

    [–] varnia@lemmy.blahaj.zone 3 points 2 weeks ago (3 children)

    Or you could use nixpkgs. You can search if the package exists online or via cli.

    [–] rozodru@piefed.social 2 points 2 weeks ago

    nix-shell is great too. sort of like a "demo" of something before actually committing to it or if you just want to use something one off without adding it to your config and rebuilding.

    As a dev it's fantastic for testing also. can just try something on a bunch of browsers without actually installing the browser. love it.

    load more comments (2 replies)
    [–] bridgeenjoyer@sh.itjust.works 2 points 1 week ago (7 children)

    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

    load more comments (7 replies)
    [–] somerandomperson@lemmy.dbzer0.com 2 points 2 weeks ago (3 children)

    Are you using a debian-based distro, perhaps? (Espically if it's a stability-focused one)

    load more comments (3 replies)
    [–] harmsy@lemmy.world 2 points 2 weeks ago (1 children)

    Cue the Kelsey Grammer growl.

    [–] DonutsRMeh@lemmy.world 2 points 2 weeks ago (1 children)

    I was gonna get mad but then I continued reading.

    [–] foodandart@lemmy.zip 2 points 1 week ago

    LOL!

    We've all been there..

    [–] stupidcasey@lemmy.world 2 points 2 weeks ago

    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.)

    [–] possiblylinux127@lemmy.zip 2 points 2 weeks ago

    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

    [–] buttnugget@lemmy.world 1 points 2 weeks ago (3 children)

    Sorry, what does β€œnot installing something” mean? Is it literal?

    [–] cows_are_underrated@feddit.org 2 points 2 weeks ago (1 children)

    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.

    [–] Buddahriffic@lemmy.world 1 points 2 weeks ago

    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).

    load more comments (2 replies)
    [–] mybuttnolie@sopuli.xyz 1 points 2 weeks ago

    here's a challenge: diodon plugins in github

    [–] gerowen@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

    Flatpak/flathub is your friend. I've been using Linux for 20+ years and I'm to a point where if it's not available as a deb, flatpak, system package or at the bare minimum an executable binary/script I just don't bother. Compiling should be done by the software vendor and not required of the user unless they specifically want or need to.

    On Nixos

    No nixpkg Make flake

    [–] BilSabab@lemmy.world 1 points 1 week ago

    damn. that's literally me.

    [–] ranzispa@mander.xyz 1 points 1 week ago

    I at times have to install completely undocumented software. I love ccmake as it lists all available options. I guess there are other ways, but that makes it so easy.

    Then it's just a couple of days figuring out all necessary libraries.

    load more comments
    view more: β€Ή prev next β€Ί