Managing packages

  • There are many packages available in the repository to add more functionality to OpenWrt.
  • Below describes managing packages with both the LuCI webUI and command-line.
  • You may use this to search, install, and remove packages.

Manage packages using the LuCI web interface:

  1. Navigate to LuCI → System → Software.
  2. Click Update lists button to fetch a list of available packages.
  3. In the Filter field type to search for a specific package.
  4. In the Available packages tab click install on the package you want.
  5. Switch to Installed packages tab to show or remove installed packages.

Install packages that begin with luci-app-* if you want to have LuCI support.

Manage packages from the command-line package manager (typically via SSH):

  • OpenWrt 25.12 and newer use apk.
    • For example to install a package: apk -U add packagename
  • OpenWrt 24.10 and older use opkg.
    • For example to install a package: opkg update && opkg install packagename
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2026/01/21 16:34
  • by phinn