FS#24431 - Pacman -Qeg ignores -e option
Attached to Project:
Pacman
Opened by Leonardo Schäffer (Schaffer) - Tuesday, 24 May 2011, 23:53 GMT
Last edited by Dan McGee (toofishes) - Sunday, 29 May 2011, 20:07 GMT
Opened by Leonardo Schäffer (Schaffer) - Tuesday, 24 May 2011, 23:53 GMT
Last edited by Dan McGee (toofishes) - Sunday, 29 May 2011, 20:07 GMT
|
Details
Summary and Info:
pacman -Qeg groupname shows all the installed packages from groupname, instead of showing only the explicitly installed ones. Steps to Reproduce: Example: $ pacman -Qeg xorg | wc -l 40 $ pacman -Qe | egrep "xorg|xf86" | wc -l 12 "pacman -Qeg xorg | wc -l" should be less than or equal to "pacman -Qe | egrep "xorg|xf86" | wc -l" |
This task depends upon
Closed by Dan McGee (toofishes)
Sunday, 29 May 2011, 20:07 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#19716
Sunday, 29 May 2011, 20:07 GMT
Reason for closing: Duplicate
Additional comments about closing:
Comment by Dan McGee (toofishes) -
Wednesday, 25 May 2011, 12:36 GMT
Due to the different print format this is currently handled in a
separate query_group() method where we don't apply filters. The
more correct fix to all of this is probably something along the
lines of extending print-format to query, thus allowing using
filter options everywhere.
Comment by Karol Błażewicz (karol) -
Saturday, 28 May 2011, 22:32 GMT
Isn't this a duplicate of
https://bugs.archlinux.org/task/19716
?