this post was submitted on 10 Oct 2023
243 points (93.5% liked)

Technology

57418 readers
3320 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pete_the_cat@lemmy.world 16 points 10 months ago (1 children)

Once people get over the initial Windows indoctrination, Linux is simple to use and doesn't require tons of complex troubleshooting like people think. Before the COVID lockdown I tried for the Nth time to get my dad to use Linux. I had it installed and told him to stick with it for a few weeks (he only browses the web and plays solitaire). If he still didn't like it, I'd reenable Windows. Well that few weeks turned into 6 months. Now both he and my mom have been happy Linux users for about 2 years.

[–] itsraining@lemmy.world 6 points 10 months ago (3 children)

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

[–] Zeth0s@lemmy.world 7 points 10 months ago* (last edited 10 months ago) (2 children)

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

[–] itsraining@lemmy.world 6 points 10 months ago (2 children)

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.

[–] Zeth0s@lemmy.world 8 points 10 months ago* (last edited 10 months ago) (2 children)

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?

[–] pete_the_cat@lemmy.world 2 points 10 months ago

He still doesn't care to.

[–] itsraining@lemmy.world 1 points 10 months ago (1 children)

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.

[–] Zeth0s@lemmy.world 5 points 10 months ago* (last edited 10 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

[–] pete_the_cat@lemmy.world 4 points 10 months ago (1 children)

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".

[–] itsraining@lemmy.world 1 points 10 months ago (1 children)

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).

[–] pete_the_cat@lemmy.world 1 points 10 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.

[–] pete_the_cat@lemmy.world 3 points 10 months ago

His own password which makes it even simpler.

[–] ChunkMcHorkle@lemmy.world 5 points 10 months ago (2 children)

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.

[–] pete_the_cat@lemmy.world 4 points 10 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.

[–] itsraining@lemmy.world 1 points 10 months ago* (last edited 10 months ago) (1 children)

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.

[–] ChunkMcHorkle@lemmy.world 3 points 10 months ago* (last edited 10 months ago) (1 children)

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. @pete_the_cat@lemmy.world 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.

[–] pete_the_cat@lemmy.world 2 points 10 months ago

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

[–] pete_the_cat@lemmy.world 5 points 10 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.