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

linuxmemes

27783 readers
286 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
    [–] angband@lemmy.world 6 points 2 days ago (2 children)

    pfft. ln -s new_library.4.4.7 old_library.4.2.8

    all done!

    [–] SparroHawc@lemmy.zip 2 points 1 day ago* (last edited 1 day ago) (1 children)

    I wish Lemmy was able to have emoji reactions to comments just so I could react with a horrified face to this comment.

    In lieu of that, I'll just have to put it here: 😱

    load more comments (1 replies)
    [–] cows_are_underrated@feddit.org 3 points 2 days ago* (last edited 2 days ago) (2 children)

    If it would be that easy. The problem I had was, that I installed a dependency using my package manager, but to compile my originally wanted software I had to provide a cmake file (of the dependency I installed via my package manager) to the compiler, which I of course did not have.

    [–] Miaou@jlai.lu 2 points 1 day ago

    This often comes with the *-dev version of the dependency. The normal one contains the binaries, the dev version includes headers and often the FindPackage

    load more comments (1 replies)
    [–] bstix 18 points 2 days ago (3 children)

    The last picture in the meme always bothered me, because the sequence doesn't make any sense physically. (Popping the rake from mid air and doing the wrong flip and such)

    So, I went on to find the sequence that I believe it was drawn from.

    load more comments (3 replies)

    make: error: libX11.so permission denied or not found make: failed, something something finishing remaining jobs.

    dear god what does it mean

    I get that your issue was probably more nuanced than that, but what's so confusing about inatalling missing build dependencies? If projects have a build guide sometimes they'll straight up give you an install command for your distribution. If not, it's up to you to find the package names corresponding to what you need to install since they can differ from distro to distro.

    [–] highball@lemmy.world 7 points 2 days ago

    LMAO, back in my Slackware days (3.4, 3.6, 4.0, 7.0), If I had to build from source, which was most things, step1: ./configure step2: install the missing package step3: goto step1 until no missing packages identified step4: make step5: make install

    Sometimes my packages were too old, So I would just go to step1 for each package that also needed to be newer. I'm not even a Linux Expert, and I definitely wasn't a Linux Expert then. All the building from source helps me jump into software projects and become productive real quick though.

    [–] UnityDevice@lemmy.zip 4 points 2 days 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.

    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"

    [–] nialv7@lemmy.world 8 points 2 days ago (1 children)
    [–] pageflight@lemmy.world 7 points 2 days ago* (last edited 2 days ago)

    *accidentally uninstalls python base package trying to fix dependency conflicts in apt

    [–] varnia@lemmy.blahaj.zone 4 points 2 days ago (2 children)

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

    [–] MyNameIsIgglePiggle@sh.itjust.works 4 points 2 days ago (1 children)

    All these different package manager systems.

    I think we just need to consolidate and make a standard one

    load more comments (1 replies)
    [–] rozodru@piefed.social 2 points 2 days 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.

    [–] nki@lemmy.ml 1 points 1 day ago

    I installed Rocky linux on my new server instance today and I found out that vnstat is not available as a package in the repos. It used to be available on the older versions. 😭 It's been a while since I got back to Linux for my personal use.

    [–] juipeltje@lemmy.world 5 points 2 days ago (7 children)

    Bruh just use nix, flatpak or appimage πŸ—Ώ (we don't talk about snaps)

    load more comments (7 replies)
    [–] chicken@lemmy.dbzer0.com 4 points 2 days ago

    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.

    [–] Fizz@lemmy.nz 4 points 2 days ago

    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.

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