We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xbps-query -f
1 parent fa04561 commit ea166c0Copy full SHA for ea166c0
src/xbps/index.md
@@ -74,6 +74,14 @@ kernels](../config/kernel.md#removing-old-kernels)" for further information.
74
75
## Finding Files and Packages
76
77
+If you can't find a file or program you expected to find after installing a
78
+package, you can use [xbps-query(1)](https://man.voidlinux.org/xbps-query.1) to
79
+list the files provided by that package:
80
+
81
+```
82
+$ xbps-query -f <package_name>
83
84
85
The `xtools` package contains the
86
[xlocate(1)](https://man.voidlinux.org/xlocate.1) utility. `xlocate` works like
87
[locate(1)](https://man.voidlinux.org/locate.1), but for files in the Void
0 commit comments