Comment on The Windows 11 problem
pete_the_cat@lemmy.world 1 year agoOnce 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 1 year ago
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 1 year ago
His dad just need to put a password when asked. It’s a 6-years-old kid task updating on most Linux distro. One needs to be able to write, that’s it
itsraining@lemmy.world 1 year ago
That would be true if:
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 1 year ago
Most distro nowadays come with a gui to update. A pop up windows appears asking if you want to upgrade. You can press “yes” and the password of the sudoer or admin user is asked.
Is it different for your distro?
pete_the_cat@lemmy.world 1 year 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”.
pete_the_cat@lemmy.world 1 year ago
His own password which makes it even simpler.
ChunkMcHorkle@lemmy.world 1 year 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.
pete_the_cat@lemmy.world 1 year 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 year ago
What do you mean, automatically? Arch is a rolling release and I have to explicity run pacman with the correct flags to update. At the same time Debian, which is not a rollimg 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 updatomg the system.
And yes, Windows Updates was (is still? not a Win user) a nightmare.
ChunkMcHorkle@lemmy.world 1 year ago
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 1 year 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.