Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#12774 - New feature to keep installed groups synchronized
Attached to Project:
Pacman
Opened by Nicola Grillo (nicfury) - Tuesday, 13 January 2009, 09:08 GMT
Last edited by Xavier (shining) - Tuesday, 13 January 2009, 13:40 GMT
Opened by Nicola Grillo (nicfury) - Tuesday, 13 January 2009, 09:08 GMT
Last edited by Xavier (shining) - Tuesday, 13 January 2009, 13:40 GMT
|
DetailsOn the italian Forum we have thinked a possible pacman feature in the thread: http://www.archlinux.it/forum/viewtopic.php?id=3648&p=1
Details: We think it would be great if pacman could store in some files (maybe one file) the installed groups, so that it can "refresh" them with a command. Now the only way to upgrade installed packages of some groups is: pacman -S grupp1 --needed pacman -S grupp2 --needed pacman -S grupp3 --needed If pacman could know that a group is installed in the system, it would be possible to upgrade all the installed groups with a command like: pacman -S --needed-by-installed-groups It would be great to keep synchronized big groups like gnome or kde, or even groups like base-devel, etc. |
This task depends upon
Closed by Xavier (shining)
Tuesday, 13 January 2009, 13:40 GMT
Reason for closing: Duplicate
Additional comments about closing: dup of FS#8242
Tuesday, 13 January 2009, 13:40 GMT
Reason for closing: Duplicate
Additional comments about closing: dup of FS#8242
The feature request could be translated in: make pacman know which group is installed.
If so, all other scripts/addons/wrappers could use that information to look for missing packages, make beautiful things, etc. :)