We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1f2ed commit 80f95f0Copy full SHA for 80f95f0
src/xbps/index.md
@@ -116,10 +116,16 @@ This requires `xbps-query` to download parts of every package to find the file.
116
`xlocate`, however, queries a locally cached index of all files, so no network
117
access is required.
118
119
-To get a list of all installed packages, without their version:
+To get a list of all installed packages, without their versions:
120
121
```
122
-$ xbps-query -l | awk '{ print $2 }' | xargs -n1 xbps-uhelper getpkgname
+$ xbps-query -l | awk '{ print $2 }' | xargs xbps-uhelper getpkgname
123
+```
124
+
125
+or, if `xtools` is installed:
126
127
128
+$ xpkg
129
130
131
## Building Packages
0 commit comments