Additionally, what changes are necessary for you to be able to use Linux full time?

  • @elboyoloco@lemmy.world
    link
    fedilink
    242 years ago

    I have to have a computer science degree to install a peice of software… I just wanna double click the installer icon. I don’t want to have to write out some long String in terminal to install software. And sometimes it’s different depending on distro.

    • OverfedRaccoon 🦝
      link
      fedilink
      222 years ago

      Most major distributions come with a software center of some kind. And with Flatpaks, AppImages, and gag Snaps, it pretty much is just click and install these days.

      • @ElusiveClarity@lemmy.world
        link
        fedilink
        22 years ago

        What’s wrong with snaps? I’m giving Linux another go so I’m still learning. I’m trying Ubuntu on an ancient iMac right now but I also have Pop!_OS in a vm on my windows pc to play with. I haven’t installed anything on pop but I noticed Ubuntu had snaps.

        • OverfedRaccoon 🦝
          link
          fedilink
          82 years ago

          Snaps are proprietary to Canonical (Ubuntu). Historically, they were larger, slower to load, and generally slower overall to use With a good SSD and system, I’m not sure that’s the case anymore though.

          • @ElusiveClarity@lemmy.world
            link
            fedilink
            32 years ago

            Ohh. Thanks for that info. Proprietary stuff and forced ads are two of the biggest things pushing me away from windows right now so that’s good to know.

    • Hypnoctopus
      link
      fedilink
      42 years ago

      "I don’t want to have to write out some long String in terminal to install software. "

      I’m no expert, but isn’t it literally just apt get (name of software) to download and install through terminal?

      • @railsdev@programming.dev
        link
        fedilink
        English
        62 years ago

        Am I wrong or is it easier to install software on Linux? The package manager basically figures out everything for you and you don’t need to hunt for an exe all over the Internet.