• Eggyhead
    link
    fedilink
    282 months ago

    Thank you for making such a thoughtful response! Out of curiosity, does this mean KDE actually runs on other distros of Linux as well? Until now, I had been under the impression that KDE was just arch Linux itself. Would you happen to know a good way for me to learn more about Linux, and how to put it to good use from a beginner’s perspective?

    • neo (he/him)
      link
      fedilink
      English
      92 months ago

      Almost every major linux distribution either has a KDE edition or can install KDE.

    • @OsrsNeedsF2POP
      link
      72 months ago

      Followup on the other person’s response - I don’t actually know of any modern desktop distro that doesn’t support KDE. That’s not because distros go out of their way to package KDE, but simply because at the end of the day, KDE is simply a fullscreen app (with a heck of a lot of functionality), and if you can compile code, you can compile and run KDE.

    • to answer your question KDE is not arch. Linux has a bunch of distros, you can think of one as a collection of packages. some distros want to do things one way some want to do it others.

      the biggest difference between distros for most users are mostly desktop environments and package managers. KDE is the desktop enrollment, there are many others that you could also use, like gnome, or use none at all and only use the terminal. the package manager is how you get new packages and update the ones you already have. examples are apt and pacman.

      you can make any distro work like another by installing the same packages, although this may not always be the easiest to do. an easy way to change your experience with Linux is to try a different desktop environment, you can run multiple on the same distro and switch between them, see what you like.

    • @Throwaway1234@sh.itjust.works
      link
      fedilink
      52 months ago

      Until now, I had been under the impression that KDE was just arch Linux itself.

      Like others have already noted, KDE Plasma[1] is widely available and thus not only limited to Arch Linux. Heck, the same applies to 99% of the available software on Linux; universal package managers[2] have been vital to this.

      Would you happen to know a good way for me to learn more about Linux, and how to put it to good use from a beginner’s perspective?

      As you already own a Steam Deck, I assume you want to look into how you may improve your mileage out of it. Others have already noted how you may do so for more traditional systems. But the way Linux is utilized on the Steam Deck is rather unique. It utilizes immutability[3] (i.e. the inability to make certain (permanent) changes) which makes it rather harsh to change certain parts of the system; SteamOS’ implementation might even require you to redo some of these changes every so often… which is probably not what you were expecting. To circumvent this, perhaps it’s worth exploring other SteamOS-like distributions that are more friendly towards tinkerers. There are many to choose from; perhaps this breakdown may help you with making an informed decision (even if it’s found on a page dedicated to the Legion Go).


      1. That is, the desktop environment (i.e. the piece of software responsible for how you visually interact with your system) that team KDE works on. They’re also responsible for many other projects; like Kate, Kdenlive and Krita etc (these are often easily recognized by their names that start with a “K”).
      2. We may refer to package managers as the original App/Play Stores; a piece of software used to find, install and upgrade software. For a long time, every major distribution (like Arch, Debian and Fedora) had its own repository (i.e. set of installable software through the package manager). This meant that, it was very conceivable that software may be packaged (i.e. distributed and maintained through the repository) on some distros (abbreviation for distributions) but not on others. In the last couple of years, so-called universal package managers (like AppImage, Distrobox (technically this doesn’t belong here, but it does allow access to packages found on (other) distros), Flatpak, Guix, Nix and Snap) have become alternative package managers that are distro-agnostic. And have slowly, but surely, ridden Linux distros from concerns related to package availability.
      3. There’s a lot to say about immutability. But for now, it’s most important to note that not all systems that are (sometimes falsely) referred to as immutable are created equally. For example, the respective implementations for Bazzite, Jovian NixOS and SteamOS differ immensely from one another. Arguably, referring to Bazzite and Jovian NixOS as immutable with ‘unchanging’ being what’s implied, would be a major disservice to both projects.
    • @sorrybookbroke@sh.itjust.works
      link
      fedilink
      English
      3
      edit-2
      2 months ago

      If you like youtube, the linux cast is a great option. For news though, the linux experiment can’t be beat. You’ll learn more as you go along and always know you can ask questions if you have them

      • Eggyhead
        link
        fedilink
        32 months ago

        Thanks! I just watched a video the Linux cast posted about KDE, and found a KDE 6 video posted by the Linux experiment. I’ll watch that one later. There’s still a lot of terminology that is lost on me, but I’m sure I’ll pick it up in time.

        • @Fisch
          link
          32 months ago

          If you’re interested in KDE in particular, you should also check out Nicco Loves Linux. He’s one of the KDE developers and makes a lot of videos about it.

        • @teawrecks@sopuli.xyz
          link
          fedilink
          22 months ago

          The new terminology will be never ending. The unix philosophy is to make small tools that do one thing really well (vs a single large monolithic OS that does a ton of things half decently), so every single component in and around Linux has a name, its own set of maintainers, and pages of documentation you could spend hours to months learning (depending on the tool).

          On top of that, the open source ecosystem isn’t centralized, there’s no CEO telling everyone the one way to do things. Instead, everyone is free to build whatever they want according to whatever design patterns they choose. This is a blessing and a curse. There are packages that work nicely with other packages, and there are many you probably shouldn’t waste your time with.

          All this is to say, I recommend always having a goal in mind when digging into Linux, and get good at skimming new terminology that you think is relevant to your goal. Be able to quickly understand what something does and how it’s used, but avoid going down the rabbit hole for every little thing.

          That’s not to say you shouldn’t satisfy your curiosity, just know that you can be overwhelmed quickly if you don’t know how to tune out the noise. Being goal oriented helps me stay on task as I learn.

          Good luck!