Skip to content

Commit

Permalink
opkg: add page (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurlo authored and owenvoke committed Mar 20, 2018
1 parent 806162b commit 7c04145
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions pages/linux/opkg.md
@@ -0,0 +1,31 @@
# opkg

> A lightweight package manager used to install OpenWrt packages.
- Install a package:

`opkg install {{package}}`

- Remove a package:

`opkg remove {{package}}`

- Update the list of available packages:

`opkg update`

- Upgrade all the installed packages:

`opkg upgrade`

- Upgrade one or more specific package(s):

`opkg upgrade {{package(s)}}`

- Display informations for a specific package:

`opkg info {{package}}`

- List all the available packages:

`opkg list`

0 comments on commit 7c04145

Please sign in to comment.