• chi-chan~@lemmy.world
    link
    fedilink
    arrow-up
    88
    arrow-down
    4
    ·
    4 days ago

    Literally easier than Windows.

    People are falling for this and downloading software from unofficial websites.

    Linux is super easy.

    • Debian-based: # apt install firefox
    • Red-Hat-based: # dnf in firefox
    • Arch: # pacman -S firefox
    • ☂️-@lemmy.ml
      link
      fedilink
      arrow-up
      31
      arrow-down
      1
      ·
      3 days ago

      click the store basket icon.

      type the name of the program.

      press install.

      • Cethin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        The reason tutorials are always based on terminal commands is because it’s much harder to describe directions for a GUI, and it’s also a lot more prone to change. When the command is just a single line, not images or dependencies, that’s obviously better.

      • DeLancre@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        I need to point out that in this case most probably will be installed snap/flatpack package (unless you mean some UI for native package manager), which is a sandboxed package and can/will have issues with things like file access.

        • VieuxQueb@lemmy.ca
          link
          fedilink
          arrow-up
          2
          ·
          3 days ago

          I use discover on opensuse tumbleweed. Simple, easy, and I can choose the source from flathub and tumbleweed when both are available.

          I did have an issue once but it turned out that it was network related and not my config.

          • DeLancre@piefed.social
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            3 days ago

            Well, it’s not like problems are guaranteed, most things just work, except maybe Steam.

            I heard there was big investment from Germany into flatpack, I hope it become more polished, it would be great. I do like fully native apps, but I like stability and ease of install better.

            • ☂️-@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              3 days ago

              steam just works for me. flatpak has been working better and better over time for me.

              it’s getting polished as we speak, slowly but surely.

    • provectus@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      3 days ago
      • gentoo: # configure the make file for Firefox, and emerge www-client/Firefox.

      It should take a moment or two to install. /s

    • Honytawk@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      20
      ·
      4 days ago

      Thinking a command line is easier than double clicking an installer shows how far you linux users are devoid from the common user.

      • IrateAnteater@sh.itjust.works
        link
        fedilink
        arrow-up
        26
        arrow-down
        2
        ·
        4 days ago

        apt install software

        Vs

        Search " software "click download, accept security warning, navigate to wherever your default download location is, double click installer, click your way through the installer (make sure do deselect whatever crapware it tries to package along with).

        Yup, the Windows way is totally so much easier.

      • punkfungus@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        9
        ·
        3 days ago

        Not wrong about OP, but also both major desktop environments on linux ship with “app stores” that are friendly to anyone familiar with a phone. So it’s still easier installing software on linux than searching for and downloading .msi and .exe files on the internet (and hoping the version of MSI afterburner you found is the real one).

      • Jiral@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        3 days ago

        Thinking you have to use the terminal for installing programs can only mean you don’t know anything about modern user friendly Linux distros. You manage to install stuff on an iOS or Android phone as well, without downloading random files from random sites and then launching random installers, do you? You can do it thesame way on Linux.

        The thing is, if you want to, you can also use the terminal. Many prefer it because you can be faster and the command is not rocket science. Which is fine too. Whatever you prefer.

      • Spice Hoarder@lemmy.zip
        link
        fedilink
        arrow-up
        4
        ·
        4 days ago

        Common users type into chatbots. They can 100% type the install commands. But also using the Bazaar or software center is super easy.

        • Bluewing@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 days ago

          Who’s typing those long ass command chains? Let’s be honest, it’s all copy pasta from those chatbots.

      • ReCursing@feddit.uk
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 days ago

        I use Octopi generally, though the add/remove software app is prettier. If I have to install software via the command line I always have to double check the syntax. The command like version existing is extremely useful as a fallback though, and most (all?) gui package managers act as wrappers around the command line. So don’t dunk on the command line

        • Bluewing@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 days ago

          I find installing or running software from the cli is excellent for getting hints and clues to errors that the gui won’t show you.