Packages

OpenWrt provides several thousand packages to extend the functionality of your device. The browsable package lists in this wiki will always show packages available in the latest update of the stable release.

  • Overview of all available packages grouped by type: Package index
  • Comprehensive and searchable package table: Package table
  • CSV dump of the package database, updated daily: Package DB

After you have flashed the OpenWrt firmware to your device, you can install additional software packages via WebUI or CLI.

If you are unsure how to access or configure your router within your environment see: Quick start guide

Manage packages using web interface.

  1. Navigate to LuCI → System → Software.
  2. Click Update lists button to fetch a list of available packages.
  3. Fill in Filter field and click Find package button to search for a specific package.
  4. Switch to Available packages tab to show and install available packages.
  5. Switch to Installed packages tab to show and remove installed packages.

Search and install luci-app-* packages if you want to configure services using LuCI.

Manage packages with Opkg using command-line interface.

Command Description
opkg update Fetch a list of available packages from the OpenWrt package repository.
opkg list Display a list of available packages and their descriptions.
opkg list | grep -e <search> Filter the list by a search term in the package name or its description.
opkg install <packages> Install a package.
opkg remove <packages> Uninstall a previously installed package.

Information that is no longer relevant for the current stable or snapshot version of OpenWrt. Package indexes in this section are not updated anymore as the packages in legacy releases will not change.

To download a legacy package, see the packages/ directory for a given release and target in the release archive on the Package Repository.

Release Package index Package table Package DB
21.02 Package index Package table Package DB
19.07 Package index Package table Package DB
18.06 Package index Package table Package DB
  • Package index - overview of all available packages grouped by type.
  • Package table - comprehensive and searchable package table.
  • Package DB - CSV dump of the package database, you can import it in LibreOffice Calc, MS Excel or other programs to visualize the data.

Third-party packages are untested and unsupported by OpenWrt developers. No guarantees or warranties are made about their safety or usefulness.

Only install packages from sources you trust. Ask support for third-party packages from the maintainers of those packages, not the developers of OpenWrt.

Common sources for such packages include: ipkg.be and NSLU2 optware.

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: 2023/03/13 14:36
  • by vgaetera