Games on Linux are great now this is why I fully moved to Linux. Is the the work place Pc’s market improving.

OQB @RavenofDespair@lemmy.ml

  • Brosplosion@lemmy.zip
    link
    fedilink
    arrow-up
    14
    arrow-down
    4
    ·
    18 days ago

    Needs brainless application management.

    Windows is basically: download the installer, run it, and boom you’re good to go.

    Linux distros typically have 2-3 different ways to install applications and multiple mechanisms for updating/maintaining, where most of the good ones are non graphical. It’s confusing for even experienced users let alone someone who doesn’t know what a “package” is.

    Say I want to uninstall something, I need to know how it was installed (apt? Snap? Flatpak? Manual build from source?) in order to do so. On windows, they have a registration scheme where installers log to a common OS level application management on what to run to uninstall.

    • onlinepersona@programming.dev
      link
      fedilink
      arrow-up
      10
      arrow-down
      3
      ·
      edit-2
      17 days ago

      Most users just open the app store on their distro and install things there. It’s painless. Your complaint is the equivalent of somebody on android deciding not to use the google store and saying that they have too many places to install applications from.

      I actually find it hilarious that you even think windows installers are good. They are friggin mess and leave behind a bunch of crap when uninstalled. There’s a good reason windows needs stuff like reg-cleaners and debloaters and what have you. Let’s not even get into how easy it is to get adware or malware on windows, because searching for “rar installer” gets you a bunch of paid malware sites on the top of the search results.

      Wishing to go back to the “simplicity” of a windows installers is madness. Linux isn’t perfect for packaging software, but let’s not pretend windows is better.

      Anti Commercial-AI license

    • macniel@feddit.org
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      17 days ago

      Linux distros typically have 2-3 different ways to install applications and multiple mechanisms for updating/maintaining,

      Windows ways to install applications:

      • hunt down an installer either exe or msi file, or a zip which you unextract somewhere which doesn’t then create desktop icons and then scattered all aroundu
      • Windows store, just like any other application store by MacOS or Linux only shit
      • Winget, cli installer just like under Linux but actually decent
      • chocolatey, aaaah just stop!

      On windows, they have a registration scheme where installers log to a common OS level application management on what to run to uninstall.

      Yup sounds absolute reasonable… Wtf?

      • FizzyOrange@programming.dev
        link
        fedilink
        arrow-up
        5
        ·
        17 days ago

        Right but in practice nobody really uses the Windows store, and winget, chocolatey etc. are only used by geeks. For normal users it’s always

        1. Download .exe or .msi
        2. Double click it.
        3. Follow the instructions.

        On Linux you have:

        1. apt, dnf, etc. - pretty reliable but only really work from the command line (I have yet to use a “friendly” store frontend that actually works well), and you almost always get an outdated version of the software.
        2. Snap or Flatpak - the idea is there, but again I have yet to actually use one of these successfully. They always have issues with GUI styling (e.g. icons not working), or permissions, or integration or something.
        3. Compiling from source - no Windows software requires this but it’s not uncommon on Linux.

        Also it’s relatively common for Linux software not to bundle its dependencies. I work for a company that makes commercial Linux software and they bundle Python (yes it’s bad), but that depends on libffi and they don’t bundle that. So it only works on distros that happen to have the specific ABI version of libffi that it requires. And you have to install it yourself. This is obviously dumb but it’s the sort of thing you have to deal with on Linux that is simply never an issue on Windows or Mac.

        • macniel@feddit.org
          link
          fedilink
          arrow-up
          1
          arrow-down
          3
          ·
          17 days ago

          Right but in practice nobody really uses the Windows store, and winget, chocolatey etc. are only used by geeks.

          ok.