• Honytawk@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    19
    ·
    1 day ago

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

    • Jiral@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      6 hours 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.

    • punkfungus@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 day 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).

    • IrateAnteater@sh.itjust.works
      link
      fedilink
      arrow-up
      26
      arrow-down
      2
      ·
      1 day 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.

    • Spice Hoarder@lemmy.zip
      link
      fedilink
      arrow-up
      4
      ·
      1 day 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
        ·
        9 hours 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
      ·
      1 day 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
        ·
        9 hours 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.