• @[email protected]
    link
    fedilink
    English
    1431 year ago

    “But can Linux install things via a single .exe file? HAHAH EAT IT NERD!”

    - 10’ish years ago past me, before discovering the magical wonders of the package manager

    • RQG
      link
      fedilink
      551 year ago

      I found since people are used to app stores, I’ve had a much easier time convincing people to try out Linux. My mom even said that she always wished her windows PC had a proper app store.

      • @[email protected]
        link
        fedilink
        English
        3
        edit-2
        1 year ago

        I think it’s still important to explain the key difference between an “app store” and a package repository: the latter isn’t a “store” because everything is free.

              • @[email protected]
                link
                fedilink
                English
                1
                edit-2
                1 year ago

                Well hey, as long as these participating devs maintain that their software remains FOSS, I’d pay up. They do a lot of good work, can’t do it all for free.

        • RQG
          link
          fedilink
          31 year ago

          True but it helps get the concept across so much.

      • @[email protected]
        link
        fedilink
        41 year ago

        Honestly, if all you’ve ever experienced in regards to terminals is windows CMD, then you really haven’t seen much. I mean that possitively. Actually, it will give you a far worse impression on what using a Linux / Unix terminal can be like (speaking as someone who spent what feel’s like years in terminals, of which the least amount in windows CMD).

        I suggest to simply play around with a Linux terminal (e.g. install VirtualBox,.then use it to install e.g. Ubuntu, then follow some simple random “Linux terminal beginner tutorial” you can find online).

        • Kühe sind toll
          link
          fedilink
          31 year ago

          The Windows Terminal is absolute Garbage. I tried to use it for some very simple stuff and it was such a trash experience. It just feels wrong.

    • @[email protected]
      link
      fedilink
      331 year ago

      With app images it’s easier than installing. Although the chmod step will deter the typical windows user

      • Kühe sind toll
        link
        fedilink
        11 year ago

        How do you actually install an AppImage? I figured out how to use them, but not how to install them.

      • Ziixe
        link
        fedilink
        21 year ago

        I installed Linux a few weeks ago and it was on Tuesday I wanted to add some programs I had installed (it was mGBA and melonDS) to my steam launcher, I went through the hassle of making a . desktop file for both of them (I was dumb and used a Ubuntu based distro, so it installed as a snap, which sucks hard on a hdd) and then it wouldn’t launch, I searched up again (I was using chatGPT for all of this, I asked it a lot how to do stuff, it’s like this was it’s purpose beacuse it always worked first try), did the chmod x+ command and then I was done

        Just to see it not launch :/

      • Kierunkowy74
        link
        fedilink
        341 year ago

        What chmod step?

        When I clicked on new app image, the OS told me, that program /name of app/ will be launched, I clicked “Continue” and it runs! No meddling with “chmod” or anything like that.

        • @[email protected]
          link
          fedilink
          4
          edit-2
          1 year ago

          ELF and .sh files need to be set executable, chmod +x file, before they can be run, unless your DE does that for you

          Dunno about appimages

          • @[email protected]
            link
            fedilink
            21 year ago

            At least for Ubuntu, you do need to set the permissions of the AppImage before it’ll launch.

            I still haven’t figured out how to make .desktop files work yet.

        • u/lukmly013 💾 (lemmy.sdf.org)
          link
          fedilink
          English
          151 year ago

          Same, I love AppImages for that. I just wish they also had way to contain configurations instead of putting it on the system. That would make it even more portable.

      • @[email protected]
        link
        fedilink
        101 year ago

        With file managers, for example in thunar, you can select Properties -> Permissions -> Allow this file to run as a program

        • @[email protected]
          link
          fedilink
          41 year ago

          also for non-KDE, non-Gnome systems, there’s appimaged – requires a little more setup, but handles the set executable, automates the AppImage integration (.desktop files and menus), keeps a watch on specific folders for new AppImages, and provides a way to check for updates

          • @[email protected]
            link
            fedilink
            21 year ago

            I’m saving this. I don’t use any appimages (except a cracked Minecraft bedrock launcher but we dont talk about that one), but I’m still going to save this.