Advertisement
Guest User

Untitled

a guest
Jan 4th, 2021
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. [~] # opkg
  2. opkg must have one sub-command argument
  3. usage: opkg [options...] sub-command [arguments...]
  4. where sub-command is one of:
  5.  
  6. Package Manipulation:
  7. update Update list of available packages
  8. upgrade <pkgs> Upgrade packages
  9. install <pkgs> Install package(s)
  10. configure <pkgs> Configure unpacked package(s)
  11. remove <pkgs|regexp> Remove package(s)
  12. flag <flag> <pkgs> Flag package(s)
  13. <flag>=hold|noprune|user|ok|installed|unpacked (one per invocation)
  14.  
  15. Informational Commands:
  16. list List available packages
  17. list-installed List installed packages
  18. list-upgradable List installed and upgradable packages
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement