• @[email protected]
    link
    fedilink
    English
    69 months ago

    If I may ask, how do you deal with updates? Have you enabled unattended upgrades or do you update the machines yourself?

    • @[email protected]
      link
      fedilink
      English
      7
      edit-2
      9 months ago

      His dad just needs to put a password when asked. It’s a 6-years-old kid task updating on most Linux distro.

      • @[email protected]
        link
        fedilink
        English
        69 months ago

        That would be true if:

        1. A GUI software center is used (or if the said dad is comfortable with an interactive console application)
        2. The said dad actually realizes the importance behind updates. From my experience, many people don’t.

        So, unless both of above are true, the dad will never (want to) update his system because “it works as is”, sticking to old versions of software, never receiving bugfixes and neglecting security.

        • @[email protected]
          link
          fedilink
          English
          8
          edit-2
          9 months ago

          Most distro nowadays come with a gui to update. A pop up window appears asking if you want to update/upgrade. You can press “yes” and the password of the sudoer or admin user is asked. It has been like this for over a decade. For popular distros as Ubuntu or fedora over 15 years

          Is it different for your distro?

          • @[email protected]
            link
            fedilink
            English
            19 months ago

            Yes, probably because I stick with Arch and Slackware plus a lightweight environment. The only time I saw such a GUI was when I tried out Elementary just for fun.

            What I consider a problem is that the user can simply dismiss or disregard the updates notification indefinitely. I know many non-tech-savvy people who do not understand the importance of updates, so they would be inclined to do exactly that. That is why unattended upgrades are probably a better option in such cases.

            • @[email protected]
              link
              fedilink
              English
              5
              edit-2
              9 months ago

              The process is so simple that there is no reason to not do it. My wife is non-tech person, I installed ubuntu on her laptop and she’s very happy because it’s faster than windows. I have never updated it for her. She does it. Only thing I have done is the upgrade to a new ubuntu release

        • @[email protected]
          link
          fedilink
          English
          49 months ago

          You’re a wise (wo)man. That is exactly the case. I’ve shown him how to do it in the GUI but he doesn’t care to because, like you said, “if it ain’t broke, don’t fix it”.

          • @[email protected]
            link
            fedilink
            English
            19 months ago

            Thank you for answering. I can relate to manually updating my parents’ systems once in a while but at this point I’m seriously considering unattended upgrades (updating over SSH is also a good idea).

            • @[email protected]
              link
              fedilink
              English
              19 months ago

              NP, I don’t consider it a big issue, I kick it off whenever I’m there and it takes about 10 minutes.

    • @[email protected]
      link
      fedilink
      English
      69 months ago

      I’m not the guy you asked, and I hope he responds because I’d like to hear his answer too, but a lot of that depends on the Linux distro you select. On rolling releases you get continuous updates automatically, not major upgrades like forced Windows Updates.

      • @[email protected]
        link
        fedilink
        English
        49 months ago

        I’m OP, he runs Manjaro and I handle the updates whenever I see him, every month or so (I live out of state). I could do it over SSH but if something happens to break, it’s a pain to fix. I showed him how to do it in the GUI but he doesn’t care to do it.

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

        What do you mean, automatically? Arch is a rolling release and I have to explicitly run pacman with the correct flags to update. At the same time Debian, which is not a rolling release, has the unattended upgrades feature which installs updates automatically.

        But indeed, many things depend on the distro. For example, user-centric distros such as Elementary and others provide an easy to use GUI for updating the system.

        And yes, Windows Updates was (is still? not a Win user) a nightmare.

        • @[email protected]
          link
          fedilink
          English
          4
          edit-2
          9 months ago

          What do you mean, automatically? Arch is a rolling release and I have to explicitly run pacman with the correct flags to update. At the same time Debian, which is not a rolling release, has the unattended upgrades feature which installs updates automatically.

          I was thinking Tumbleweed, Manjaro and the like which have GUI updaters, lol. @[email protected] was pretty clear that his parents are the ultimate Linux beginners; he’s not going to give them Arch or Debian out of the box and bark command lines at them.

          • @[email protected]
            link
            fedilink
            English
            29 months ago

            I actually have given him Arch before, but I handled everything. They’re running Manjaro.

    • @[email protected]
      link
      fedilink
      English
      59 months ago

      I do it for them whenever I come over every month or two (I live out of state). I could also just SSH in and do it remotely if I really wanted to. I showed my dad how to do it with the GUI package manager, but he’s the “if it ain’t broke, don’t fix it” type. Linux will run perfectly fine without updates for years.