thoughts about pacman --groups
#3550
-
$ pacman -Qh
-g, --groups view all members of a package group
-l, --list list the files owned by the queried package
$ pacman -Sh
-g, --groups view all members of a package group
(-gg to view all groups and members)
Some other miscellaneous thoughts about the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
(Note that we don't develop pacman, it's developed by Arch Linux: https://gitlab.archlinux.org/pacman/pacman)
You could do
I don't think so. pacman mainly operates on packages, and groups are just a field of packages. See: |
Beta Was this translation helpful? Give feedback.
-
As for the other tools thing:
$ pacman -Ss man
msys/namcap 3.3.1-4
A Pacman package analyzer
<other interesting ones:>
mingw64/mingw-w64-x86_64-winico 0.6-3
Tk extension for Windows for enhanced icon handling and manipulation of an icon in the Windows taskbar and system tray (mingw-w64)
mingw64/mingw-w64-x86_64-wxsvg-wx3.2 1.5.24-1
A C++ library to create, manipulate and render SVG files (mingw-w64)
mingw64/mingw-w64-x86_64-xmlstarlet 1.6.1-1
Command-line XML toolkit
ucrt64/mingw-w64-ucrt-x86_64-hexyl 0.12.0-1
A command-line hex viewer
ucrt64/mingw-w64-ucrt-x86_64-highs 1.4.2-1
High performance linear optimization software (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-hyperfine 1.15.0-1
A command-line benchmarking tool (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-imagemagick 7.1.0.62-1
An image viewing/manipulation program (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-irrlicht 1.8.5-1
An open source high performance realtime 3D graphics engine (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-libunistring 1.1-1
Library for manipulating Unicode strings and C strings. (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-lldb 15.0.7-2
Next generation, high-performance debugger (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-lsd 0.23.1-1
The next gen ls command (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-manim 0.17.2-1
Animation engine for explanatory math videos (community edition) (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-mimalloc 2.0.9-1
General-purpose allocator with excellent performance characteristics (mingw-w64)
msys/axel 2.17.11-2
Light command line download accelerator for Linux and Unix
|
Beta Was this translation helpful? Give feedback.
(Note that we don't develop pacman, it's developed by Arch Linux: https://gitlab.archlinux.org/pacman/pacman)
You could do
pacman -Qg | cut -d" " -f1 | sort | uniq
I don't think so.
pacman mainly operates on packages, and groups are just a field of packages.
See: