• helenslunch
    link
    fedilink
    arrow-up
    9
    arrow-down
    4
    ·
    1 month ago

    break the “Linux is complicated / incompatible / for developers” stigma

    This is entirely on Linux developers and users.

    Try searching “how to x on Linux” and tell me you’re not immediately sent into the CLI.

    • Eager Eagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      edit-2
      1 month ago

      The thing is, without a unified GUI it’s impossible to get an answer to “how to X on Linux” that doesn’t involve the CLI (and that’ll work for everyone). Even the ones that do are often distro-dependent.

      People can still get things done by searching for “how to X on <distro> using the GUI”.

      • helenslunch
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        without a unified GUI it’s impossible to get an answer to “how to X on Linux” that doesn’t involve the CLI

        I mean the same goes for different distros or package managers.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 month ago

      CLI can be good. The benefit of CLI is that it is fairly easy to build GUI front ends on top of a solid based.

      Not to mention CLI makes “quick fixes” easier.

      • helenslunch
        link
        fedilink
        arrow-up
        4
        ·
        1 month ago

        Sure it can be. It’s also a huge hurdle for any potential users.

            • Possibly linux@lemmy.zip
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              1 month ago

              That’s what a lot of GUI apps are. They either call the CLI program directly or make calls to a library provided by or for CLI.

              Compare that to a GUI focused OS like Windows were the GUI is built into the low level architecture.