this post was submitted on 09 Oct 2023
278 points (94.8% liked)

linuxmemes

24370 readers
826 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
     
    top 18 comments
    sorted by: hot top controversial new old
    [–] thelastknowngod@lemm.ee 43 points 2 years ago

    I set my mom up on slackware like 15+ years ago. She wouldn't have known how to break it if she tried.

    [–] bigdog_00@lemmy.world 25 points 2 years ago (3 children)

    I feel out of the loop, what's Slackware?

    [–] KISSmyOS@lemmy.world 64 points 2 years ago (1 children)

    The oldest Linux distro that's still maintained to this day.
    With an extreme focus on the KISS principle (simplicity in design) and stability.
    It basically still works the same way it did 30 years ago.

    [–] AnUnusualRelic@lemmy.world 52 points 2 years ago (1 children)

    With fewer floppy disks though.

    [–] KISSmyOS@lemmy.world 11 points 2 years ago

    The repos are still divided into Disksets, though.

    [–] BuboScandiacus@mander.xyz 43 points 2 years ago (2 children)

    The linux distro you want to have on a usb stick if the apocalypse breaks out.

    [–] Vilian@lemmy.ca 5 points 2 years ago (1 children)

    is it more stable than debian?

    [–] interloper@lemmy.world 4 points 2 years ago* (last edited 2 years ago) (2 children)

    No, unless stability is very little change.

    [–] KISSmyOS@lemmy.world 12 points 2 years ago* (last edited 2 years ago)

    This is what Debian's Stable name means: that, once released, the operating system remains relatively unchanging over time.

    https://wiki.debian.org/DebianStability

    [–] pete_the_cat@lemmy.world 9 points 2 years ago

    One of the original Linux distributions. It was created in like 93 or 94.

    [–] possiblylinux127@lemmy.zip 23 points 2 years ago

    I'll just stick with Debian

    [–] Crayphish@sh.itjust.works 17 points 2 years ago

    This meme reads more like slackware won't do anything you want it to do...

    [–] ArcaneSlime@lemmy.dbzer0.com 3 points 2 years ago (1 children)

    I really want to try slackware but I've only used fedora and hear it's "difficult." Is there something you can use that handles dependancies for you? Iirc that was the reason I was holding off.

    [–] KISSmyOS@lemmy.world 13 points 2 years ago* (last edited 2 years ago)

    With Slackware, you install its entire repository (~15GB) upfront. This gives you a system with a lot of software pre-installed for a wide variety of tasks, and makes dependency resolution for the base system pointless - all dependencies are already installed.

    Additional software is installed via Slackbuilds or community-maintained additional repos. Those work very similar to Arch's AUR: officially you are supposed to download, build and install packages manually using preconfigured build scripts with no dependency resolution, but tools that automate the entire process are available. And just like with the AUR, those tools aren't officially recommended, but they work and almost everyone uses them.

    So while it's true that the default package manager in Slackware has no dependency resolution, that's irrelevant in practice.

    One word of warning: While Slackware does work well out of the box, adjusting it to your needs is a more involved process than with other distros. Everything is done manually but it lacks the awesome documentation Arch has and includes some pitfalls due to lack of automation we're used to nowadays. For example, if you upgrade your kernel and reboot, it won't boot. Because you forgot to copy the new kernel into your EFI partition, regenerate the initramfs and point your bootloader to it. Every other distro's package manager recognizes a kernel upgrade and triggers those things automatically.

    Slackware is easiest if you are a bit flexible in what you use and are fine with its default selection. If you want Gnome, best choose another distro. It's possible to build and set up, but not easily.
    But once you've set everything up the way you like, it just stays that way forever and there is almost no work needed to maintain it.