this post was submitted on 02 Jul 2023
259 points (96.8% liked)

linuxmemes

20761 readers
1265 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AI_toothbrush 1 points 1 year ago (6 children)

Is there a safe way to do uodates automatically? I could store my password in plaintext and thats barbaric but it still doesnt fix the problem that packages and dependecies can break during updtaes without user input if im right. Tho i guess you could write a script that automatically looks for updates and notifies the user.

[–] [email protected] 0 points 1 year ago (3 children)

You can set up a Cron job or systemd timer for the root account to run that command regularly, if it is a non-interactive command!

[–] [email protected] 3 points 1 year ago (2 children)

System updates aren't something I'd really trust to be non-interactive.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

I've never had to interact with system updates in Linux distros beyond saying "yes I want to update" in the last decade. If I didn't want to, there's usually a force update flag available to skip the asking part. Would I do this for a server without backups? Absolutely not. For home use? I'll roll the dice; I have backups even if there's a couple days of shipping time to get all 12TB mailed to me.

Of course, major distribution releases are a different monster. Fortunately, I don't deal with those often and when I do, I migrate instead of upgrade.

[–] [email protected] 2 points 1 year ago

Ah, I forget sometimes that I'm in a general linux community and not the arch community.

I run arch, btw.

Which I think is why I have a different attitude about this, the rolling release system can occasionally cause snags. I haven't had any of the major chaos that other people will warn you about, but I have had some oddities relating to shifting dependencies or upstream changes. I've had one or two things refuse to update citing mandatory manual intervention.

load more comments (2 replies)