You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, you can add --userdata to commands remembered in the /var/log/zypp/history (package and repo actions).
By now zypper does not refer to the history, but it would at least be anchored in your system.
$ zypper --userdata 'demo it' up ImageMagick
...
$ grep ImageMagick /var/log/zypp/history
...
2024-01-13 12:58:49|install|ImageMagick|7.1.0.9-150400.6.27.1|...|demo it
Addition of a flag such as --notes or --memo to allow a user to add custom notes and text during a package install. An example invocation would be:
zypper install openssl --notes "for managing certs"
These notes could then be viewed with zypper info packagename.
Sometimes when installing a package, it can be useful to remember why you installed it or take other notes.
The text was updated successfully, but these errors were encountered: