opkg: add examples (#15658)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Managor
2025-02-04 02:33:40 +02:00
committed by GitHub
parent e108592c44
commit 360e969a6b
+8
View File
@@ -26,3 +26,11 @@
- List all the available packages:
`opkg list`
- Find out which package owns a file:
`opkg search {{/path/to/file}}`
- List all files belonging to a package:
`opkg files {{package}}`