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:
parent
e108592c44
commit
360e969a6b
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue