Self-hoster/FOSS Pronouns: He/Him

  • 0 Posts
  • 173 Comments
Joined 4 years ago
cake
Cake day: August 18th, 2021

help-circle














  • slacktoid@lemmy.mltoLinux@lemmy.mlWant switch to linux
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    I get that but at this point shouldn’t we get more people on this side. Like I think redhad and canonical are infinitely better than microsoft. Lesser of 2 evils and all. Who knows one day they may start using arch (btw)

    Also uwuntu is a derivative of Ubuntu.






  • So, in slackware you get dependency resolution via sbopkg which installs any third party tool, but it’s done by maintaining a list of dependencies for each thing in a file, parsing that and then creating a DAG (directed acyclic graph) as needed. It keeps the system simple and manageable as most tools if not all are bash scripts.

    Cons include having to manage it yourself and needing to install the full base to ensure you’ve got all the assumed packages installed.

    There is no right and wrong answer tbh kinda just a matter of taste.

    The thing that I like is that it since most third party packages are built from source I can force it to compile on my single stack of tools. I don’t need to have multiple versions of a library installed cause a package needed different version of something. Things stay fairly coherent. And maintaining a mirror becomes easy as you only need a couple of GB for a release compared to the terabytes needed for an Ubuntu as you’ll need all the various packages available to resolve all possible dependencies. This to me is doesn’t make sense from a maintenance PoV. Also your system doesn’t do things you’re not aware of.

    Tho arch kinda does something similar by offloading third party packages to the aur. Where things are compiled by source mostly

    Here’s some thoughts from someone in the community https://docs.slackware.com/slackware:package_and_dependency_management_shouldn_t_put_you_off_slackware

    I hope my word salad makes sense!