[pacman-dev] pacman -D --notes="project bar" asar
Dear pacman devs, I occasionally miss something like an "Install Notes" field in the pacman database (a variant of "Install Reason") for the installer to leave arbitrary notes that help understand/remember why certain packages exist on a system. Systems managed by pacman do not need reinstalls or OS upgrades that start from scratch. So packages that are installed for a particular reason can get carried along for a long time. A "Notes" field could be particularly useful for multi-user machines. The info could be provided at install time (and be passed on to any dependencies that get pulled in) # pacman -S asar --notes="project bar" or at a later point: # pacman -D asar --notes="project bar" and be visible as package property: # pacman -Qi asar <snip> Download Size : 95.72 KiB Installed Size : 457.00 KiB Install Notes : "project foo" "project bar" Packager : ... It's just another idea. I'll like pacman with or without this feature :) Best, Daan
On 15/11/19 3:41 am, Daan van Rossum wrote:
Dear pacman devs,
I occasionally miss something like an "Install Notes" field in the pacman database (a variant of "Install Reason") for the installer to leave arbitrary notes that help understand/remember why certain packages exist on a system.
Long standing bug about this: https://bugs.archlinux.org/task/35455 Allan
participants (2)
-
Allan McRae
-
Daan van Rossum