this post was submitted on 17 Jun 2024
642 points (95.9% liked)

linuxmemes

20986 readers
1622 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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@lemmy.world 8 points 4 months ago* (last edited 4 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.

    [–] RecluseRamble@lemmy.dbzer0.com 3 points 4 months ago* (last edited 4 months ago) (1 children)

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

    [–] KISSmyOSFeddit@lemmy.world 3 points 4 months ago* (last edited 4 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@lemmy.world 3 points 4 months ago (1 children)

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

    [–] ulterno@lemmy.kde.social -1 points 4 months ago

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

    [–] JackbyDev@programming.dev 1 points 4 months ago (1 children)

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

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

    [–] JackbyDev@programming.dev 2 points 4 months ago

    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.

    [–] ulterno@lemmy.kde.social 0 points 4 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