1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`