diff --git a/src/xbps/index.md b/src/xbps/index.md index 51046e274..b3ea12c07 100644 --- a/src/xbps/index.md +++ b/src/xbps/index.md @@ -120,7 +120,14 @@ This requires `xbps-query` to download parts of every package to find the file. `xlocate`, however, queries a locally cached index of all files, so no network access is required. -To get a list of all installed packages, without their version: +To get a list of all installed packages without their version, use `xpkg` from +the `xtools` package: + +``` +$ xpkg +``` + +Alternatively, use: ``` $ xbps-query -l | awk '{ print $2 }' | xargs -n1 xbps-uhelper getpkgname