• @[email protected]
    link
    fedilink
    81 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
      link
      fedilink
      English
      9
      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 using the GUI”.

      • @[email protected]
        link
        fedilink
        11 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
      link
      fedilink
      English
      41 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.

            • Possibly linux
              link
              fedilink
              English
              11 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.