this post was submitted on 17 Jun 2024
659 points (96.1% liked)

linuxmemes

20853 readers
2475 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
[–] KISSmyOSFeddit 9 points 3 months ago* (last edited 3 months ago) (3 children)

Maybe because the jre thing was an update that required manual intervention, there was an Arch news item about it. You're expected to read the Arch news before an update when you're running Arch. This can be automated with alias update='yay -Pw && pacman -syu' If that's too much for you, use a different distro.

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

To make it even more convenient, register to their mailing list and you get a heads up.

[–] KISSmyOSFeddit 3 points 3 months ago* (last edited 3 months ago) (1 children)

My ADHD and 1297 unread emails make that a bad idea.
With the alias, the news pop up in front of me right when they're relevant.

[–] dezmd 3 points 3 months ago (1 children)

Those are rookie numbers son, you gotta get on that.

[–] [email protected] -1 points 3 months ago

You ppl don't use auto archive/categorise/delete ?

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

Why can't it print into as part of the update? Why is it a separate command?

[–] KISSmyOSFeddit 1 points 3 months ago* (last edited 3 months ago) (1 children)

It's the KISS philosophy. The package manager is for managing packages, not for reading mail

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

I've seen this a few times with various distributions. People always say stuff about checking news files or whatever their distros call them. I have no idea what those are or where to find them. It would seem extremely prudent for the update tool to print relevant information.

Brew does this. (I am not using Brew as an example of a perfect package management tool.) It also has "caveats" that get printed for some packages. It seems much more useful this way.

Printing the entire change log is overkill, but at least breaking changes and such would be extremely useful.

[–] [email protected] 2 points 3 months ago

Unironically love gentoo for this as portage will let you know there is news to read and the command to read it. For changes the news is great and tells you step by step what to do

[–] [email protected] 0 points 3 months ago

I just went "Shiit! Am I sitting on potential system breakage?" (because I don't remember doing any such intervention)
But turns out it was just a conflicts with change.

From what I know, pacman straight-up asks you what you want, in these cases. Sure, it's technically manual intervention, but for me, who scans over updated packages every-time, this is considered standard procedure.

Manual intervention is when GRUB doesn't install properly using the suggested command and you have to learn where your distro places the boot image and configure stuff accordingly.

Also, I don't have JDK so...

CC BY-NC-SA