note searching void packages

This commit is contained in:
2025-11-26 20:25:07 +01:00
parent c3d4109114
commit aee3437156

View File

@@ -22,6 +22,12 @@ Search with regex:
xbps-query --regex -Rs 'cow(s)?\w'
```
Search for `genfstab`:
```sh
xlocate genfstab
```
List what's required for cowsay
```sh