this post was submitted on 20 Oct 2025
877 points (98.5% liked)

linuxmemes

28051 readers
1160 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
    [–] null_dot@lemmy.dbzer0.com 4 points 4 weeks ago

    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.

    [–] savvywolf@pawb.social 4 points 4 weeks 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.

    [–] ikidd@lemmy.world 3 points 1 month ago

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

    [–] varnia@lemmy.blahaj.zone 3 points 1 month ago (3 children)

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

    [–] rozodru@piefed.social 2 points 1 month 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)
    [–] foodandart@lemmy.zip 3 points 1 month 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.

    [–] possiblylinux127@lemmy.zip 2 points 1 month 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

    [–] harmsy@lemmy.world 2 points 1 month ago (1 children)

    Cue the Kelsey Grammer growl.

    [–] stupidcasey@lemmy.world 2 points 1 month 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.)

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

    I was gonna get mad but then I continued reading.

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

    LOL!

    We've all been there..

    [–] bridgeenjoyer@sh.itjust.works 2 points 4 weeks 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 1 month ago (1 children)

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

    [–] cows_are_underrated@feddit.org 1 points 1 month ago (1 children)
    [–] somerandomperson@lemmy.dbzer0.com 1 points 1 month ago* (last edited 1 month ago) (1 children)

    ~~As a former Fedora user; if you know/want to know/learning how linux works, or if you are encountering this far too often, switch to EndeavourOS or Arch Linux if you're sure. Don't worry, 99% of things you care will work via Distrobox if you can't find it neither on the official repos nor the AUR (impossible.).~~

    Edit: was

    load more comments (1 replies)
    [–] buttnugget@lemmy.world 1 points 1 month ago (3 children)

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

    [–] cows_are_underrated@feddit.org 2 points 1 month 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 1 month 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)
    [–] gerowen@lemmy.world 1 points 4 weeks ago* (last edited 4 weeks 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 4 weeks ago

    damn. that's literally me.

    [–] ranzispa@mander.xyz 1 points 4 weeks 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.

    [–] nroth@lemmy.world 1 points 4 weeks ago

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

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