this post was submitted on 09 Oct 2023
283 points (94.9% liked)

linuxmemes

21189 readers
686 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    all 18 comments
    sorted by: hot top controversial new old
    [–] [email protected] 45 points 1 year ago

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

    [–] [email protected] 25 points 1 year ago (3 children)

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

    [–] [email protected] 66 points 1 year 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.

    [–] [email protected] 54 points 1 year ago (1 children)

    With fewer floppy disks though.

    [–] [email protected] 11 points 1 year ago

    The repos are still divided into Disksets, though.

    [–] [email protected] 44 points 1 year ago (2 children)

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

    [–] [email protected] 5 points 1 year ago (1 children)

    is it more stable than debian?

    [–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (2 children)

    No, unless stability is very little change.

    [–] [email protected] 12 points 1 year ago* (last edited 1 year 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

    [–] [email protected] 9 points 1 year ago

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

    [–] [email protected] 23 points 1 year ago

    I'll just stick with Debian

    [–] [email protected] 17 points 1 year ago

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

    [–] [email protected] 3 points 1 year 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.

    [–] [email protected] 13 points 1 year ago* (last edited 1 year 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.