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
    [–] 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.