From 360e969a6b1b90ba7c19b2af269d77e96782b144 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 4 Feb 2025 02:33:40 +0200 Subject: [PATCH] opkg: add examples (#15658) Co-authored-by: Juri Dispan --- pages/linux/opkg.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/opkg.md b/pages/linux/opkg.md index 07fa803860..2fcdb0db9e 100644 --- a/pages/linux/opkg.md +++ b/pages/linux/opkg.md @@ -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}}`