Skip to content

thoughts about pacman --groups #3550

Answered by lazka
goyalyashpal asked this question in Q&A
Discussion options

You must be logged in to vote

(Note that we don't develop pacman, it's developed by Arch Linux: https://gitlab.archlinux.org/pacman/pacman)

  • is there any way to list these in a tree view say with pactree smth?
    (would help with easy separation of different groups)

  • any way to list only groups, not their members?

You could do pacman -Qg | cut -d" " -f1 | sort | uniq

  • and some --info like view for groups?

I don't think so.

pacman mainly operates on packages, and groups are just a field of packages.

See:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by goyalyashpal
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants