FS#47948 - [pacman] Make -Fs behave like -Ss and output group-membership and installation-state

Attached to Project: Pacman
Opened by Alexander Schnaidt (Namarrgon) - Saturday, 30 January 2016, 02:09 GMT
Last edited by Eli Schwartz (eschwartz) - Friday, 11 October 2019, 19:34 GMT
Task Type Feature Request
Category Output
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version 5.0.0
Due in Version 5.2.0
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Summary and Info:

It would be handy if -Fs could also output the groups that a package is a member of and whether it is already installed (perhaps even the version that is installed).
Analogous to -Ss:

$ pacman -Ss pacman
testing/pacman 5.0.0-1 (base base-devel) [installed]
A library-based package manager with dependency support
core/pacman 4.2.1-4 (base base-devel) [installed: 5.0.0-1]
A library-based package manager with dependency support
core/pacman-mirrorlist 20160124-1 [installed]
Arch Linux mirror list for use by pacman


Compared to the current(5.0.0-1) output of -Fs:

$ pacman -Fs pacman
testing/pacman 5.0.0-1
usr/bin/pacman
usr/share/bash-completion/completions/pacman
core/pacman 4.2.1-4
usr/bin/pacman
usr/share/bash-completion/completions/pacman
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Friday, 11 October 2019, 19:34 GMT
Reason for closing:  Implemented
Additional comments about closing:  git commit 961ef1a4

Loading...