You are not logged in.
Hi,
Is it possible to get an alert if an update becomes available through pacman -Syu for one specific package?
Could be that it's not an option preventing some people to do partial upgrades.
For me I just want to get some more control on my workflow.
More concrete, update when I also have the time to keep an eye on the log file after the upgrade.
An email would be perfect.
Less perfect but also better is a warning like:
"Package thisone is going to be updated, do you want to proceed?"
Last edited by Epp (2024-05-05 12:41:42)
Offline
The "less perfect" solution could be readily achieved by grepping the output of checkupdates.
If you can send mail from a script, this also covers the "perfect" solution if you just run it periodically, e.g., with a daily systemd-timer.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
ok, super. Perhaps not a coincidence is that's about an email server.
From there I can schedule email with cron
Hopefully with a test for only sending when package name in grep output.
Thanks for the help!
Offline