FS#12950 - Modifying package flags shouldn't require reinstallation
Attached to Project:
Pacman
Opened by Paolo (peoro) - Sunday, 25 January 2009, 00:11 GMT
Last edited by Allan McRae (Allan) - Monday, 17 May 2010, 03:40 GMT
Opened by Paolo (peoro) - Sunday, 25 January 2009, 00:11 GMT
Last edited by Allan McRae (Allan) - Monday, 17 May 2010, 03:40 GMT
|
Details
To mark a package as installed as a dependency (or as
explicitly installed), pacman requires to reinstall such
package.
This shouldn't be needed, since sometimes reinstalling the package could be not possible and anyway it's an useless overhead. |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 17 May 2010, 03:40 GMT
Reason for closing: Implemented
Additional comments about closing: git commit ac9dde07
Monday, 17 May 2010, 03:40 GMT
Reason for closing: Implemented
Additional comments about closing: git commit ac9dde07
See the short discussion in the related task for some more info/comments.
If you ask for this feature, you should also suggest good pacman switches for it.
Nagy said:
> If someone suggest me good pacman switches, I will provide a patch for
> this. ;-) (I think we need a new main operation, -D/--database for
> example).
# pacman -D --asdeps <pkg1> <pkg2>
# pacman -D --asexplicit <pkg3> <pkg4>