• tsugu@slrpnk.net
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    22 days ago

    Open terminal

    See whether the app is in my distro’s repos, flathub, or snapcraft (It’s not)

    Go on the internet, search up the app’s name

    Download the AppImage (might be a virus)

    LibFuse2 is not installed (fuck me)

    Install LibFuse2

    Install Gearlever to integrate AppImage into my desktop

    I can finally launch the app

    • bamboo@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      22 days ago

      Fuck, I hate AppImages so much. Never heard of gearlever, thanks i hope this helps a lot.

      Edit: Ok Gearlever is pretty great! Now I can finally open Heroic normally. That pissed me off for so long.

    • lseif@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      22 days ago

      > doesn’t use arch/nix

      “why cant i find my package in the repos?”

      • frayedpickles@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        0
        ·
        22 days ago

        Ah yes, downloading builds from unvetted third parties and running their installers as root. Truly the Linux way.

        • InFerNo@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          22 days ago

          Clicking yes on the windows prompt for elevated rights for the installer to move things forward. Truly the Windows way.

          People don’t even read the prompts anymore, clicking yes as soon as it appears. So much better.

    • stetech@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      22 days ago

      Even if that’s needed, you can update apps w/o reboot usually (when sandboxed), and move opened files around (seriously wtf, Windows)…

      • tsugu@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        22 days ago

        When the hell would I need to update my Windows because of an app update? I only restart when there is a system update, which you have to do on Linux too if you want your kernel to stay up to date.

        • InFerNo@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          22 days ago

          Yes, true.

          The whole “OS update when I want an app update” is because of how dependencies work on Linux. A library is installed once and referenced by any app that wants to use it. This way, an update in the library benefits all apps using it, as bugs het fixed. Also less storage is used when the one library is used by many apps.

          Windows programs keep their own versions of a library and hard link to that one. That makes the app more flexible. You can copy the app and it’s dependencies around and it will keep working. In this scenario multiple copies/versions of the same library can exist in the system, which takes more space.

          Of course there is some nuance. Both operating systems can have/use shared or hard linked libraries, but this is the general gist of it.