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
1 parent 0ab24d6 commit 92b54cbCopy full SHA for 92b54cb
src/xbps/index.md
@@ -74,6 +74,16 @@ kernels](../config/kernel.md#removing-old-kernels)" for further information.
74
75
## Finding Files and Packages
76
77
+To search available repositories for packages, use
78
+[xbps-query(1)](https://man.voidlinux.org/xbps-query.1):
79
+
80
+```
81
+$ xbps-query -Rs <search_pattern>
82
83
84
+The `-R` flag specifies that repositories should be searched. Without it, `-s`
85
+searches for locally-installed packages.
86
87
If you can't find a file or program you expected to find after installing a
88
package, you can use [xbps-query(1)](https://man.voidlinux.org/xbps-query.1) to
89
list the files provided by that package:
0 commit comments