• aski3252@lemmy.world
    link
    fedilink
    arrow-up
    25
    arrow-down
    1
    ·
    4 days ago

    Unless you have a system without a GUI, you don’t need to open a terminal in order to update or install stuff. There is a GUI for that. And no, you don’t need to build stuff from GitHub for normal user stuff…

    • sin_free_for_00_days@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      arrow-down
      3
      ·
      3 days ago

      Not using the terminal is like buying a race car and not using the higher gears. I mean, you can, but what’s the fucking point?

      • aski3252@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        14 hours ago

        Ok so what exactly is the big advantage you get when installing updates from a terminal as opposed to installing it via GUI? If I read your analogy, one could think it is faster, but I don’t think it is.

        • sin_free_for_00_days@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          10 hours ago
          • update:

          Hotkey open terminal -> sudo apt update/upgrade -> done. Never had to touch the stupid mouse. Same with all sorts of tasks.

          • email:

          Hotkey open terminal -> neomutt -> quickly sort/delete/reply -> done. Never had to touch the stupid mouse.

          • file transfer:

          Hotkey open terminal -> scp <info> -> done. Never touched the mouse.

          and so on.

          If you like using a GUI, use a GUI. I’m not saying you can’t, but you sure are missing out on a lot of command-line awesomeness. I’ve never heard anyone argue that a GUI is quicker than command line, just more comfortable for a lot of neophytes. I mean, sure, gaming, browsing the web, graphics stuff, GUIs are great, if not essential.

          • aski3252@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            14 minutes ago

            On my private PC, I’m using a GUI/Mouse anyway (browsing, gaming, etc). I have to do 2 clicks to update.

            If I use terminal, I have to open terminal, then I have to either login as root or run update as sudo, which means I have to authenticate.

            If I already have an open terminal, I might be faster. Otherwise, I’m about as fast as with GUI. In any way, there is no significant benefit to updating software via terminal vs GUI, especially if you are an enduser who does not have significant experience with shells…

            For many tasks I agree that a shell is better and faster once you have basic knowledge for it, but it is a reality that many basic users are not used to using a shell or are even scared to use one… And at least since I’ve been use Fedora a couple of years ago, I think using a GUI for basic stuff is reasonably viable without having a significantly worse experience and not comparable with “not using all gears in a car”.

      • RisingSwell@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        4
        ·
        3 days ago

        I have a lot more fun in my performance car avoiding the top gears, actually. Like after 3rd im already losing my licence on the spot and getting bent over by the law, higher gears are just that but worse.

    • Noobnarski@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      13
      ·
      4 days ago

      I tried that on linux, it doesn’t work if you want to do more than browse the web and other basic stuff.

      You can do some seriously advanced stuff on windows using only GUIs

      • aski3252@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        2
        ·
        4 days ago

        We were talking about normal user stuff that normal users do, not “seriously advanced stuff”… And I agree that most normal users probably don’t want to use terminals because they are not familiar with them. But normal users probably don’t and shouldn’t do “seriously advanced stuff”, no?

        Yes, if you are trying to do “serously advanced stuff” (whatever that means), chances are you will probably need a terminal (or a terminal will at least be easier), but you shouldn’t be doing “seriously advanced stuff” unless you know what you are doing anyway…

        • Noobnarski@lemmy.world
          link
          fedilink
          arrow-up
          4
          arrow-down
          4
          ·
          4 days ago

          I just wanted to install steam, but it wasn’t in the package manager list.

          Then I tried apt-get and that didnt work, I forgot why.

          You don’t have to do seriously advanced stuff on linux to run into issues without using the terminal.

          My point was, even if you actually do some advanced stuff on windows you still don’t have to use the terminal.

          It’s not realistic that you don’t have to use the terminal on linux if you want to do any more than web browsing and some text editing, etc.

          That doesn’t mean that linux is bad, but let’s be realistic about what it is.

          • aski3252@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            14 hours ago

            I just wanted to install steam, but it wasn’t in the package manager list.

            Maybe you used Debian, which only allows free software in their default repo? But then you won’t be able to just install it with apt either. But even if it is not in the repository, you could still go on steam website and download the package from there, so literally the same experience as on windows…

            You don’t have to do seriously advanced stuff on linux to run into issues without using the terminal.

            Like what?

            It’s not realistic that you don’t have to use the terminal on linux if you want to do any more than web browsing and some text editing, etc.

            10 years ago, or maybe even 5 years ago, I would have agreed with you. Not anymore though, not if you use a half-way beginner friendly distro…

          • Avatar_of_Self@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            3 days ago

            To install Steam on most distros with popular DE’s, you click the software store to open the software store. If Steam isn’t listed in the front page then just click the search box and start typing Steam.

            When you see it, click the install button.

            When it is done open it by clicking the Open button or pressing the Windows (or Super) key and type Steam. Click it when you see it.

            • aski3252@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              14 hours ago

              Even if it is, for whatever reason, not part of the repository you have installed, you can still go on steam’s website and download the package from there… In other words, the worst case scenario is literally the same experience as you would have on windows…

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

            That experience is highly dependent on the Linux distro you’re using. Steam comes preinstalled on gaming-centric distros like Nobara or Pop!_OS. More “general purpose” distros like Mint or Ubuntu might require adding an apt repository before you can install steam from their GUI package managers, but adding an apt repo can be easily accomplished with a GUI as well.

            Basically, if there’s no guide for installing steam for a given distro, or the process of installing steam is more than a couple easy steps, that specific distro probably isn’t well suited to run steam.

          • Tin@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            1
            ·
            4 days ago

            Weird, I would expect Steam to be in the Ubuntu repos (assuming that’s what you were using, since you mention apt), but maybe not. As for apt, or apt-get, they are just the terminal equivalent of the GUI package manager (synaptic? it’s been a minute since I ran ubuntu), so if something isn’t in the repos, apt at the terminal won’t find it either. If it’s not in the repos, you should be able to download and install steam from the website just like you would in windows. It gives you a .deb file which will launch just like an executable installer in Ubuntu. But to your point, yes, sometimes things in linux take a little extra thinking to get to work. Getting accustomed to the way Linux works can help overcome hiccups like this. Windows has many quirks as well, it’s just that if you use WIndows often you know your way around them.