Show pagesourceOld revisionsBacklinksBack to top × Table of Contents Managing packages Introduction Goals Web interface instructions Command-line instructions Managing packages This article relies on the following: Accessing web interface / command-line interface Managing configs / packages / services / logs Introduction There are multiple packages available in the OpenWrt package repository. This how-to describes the method for managing OpenWrt packages. Goals Search, install and remove OpenWrt packages. Web interface instructions Manage packages using web interface. Navigate to LuCI → System → Software. Click Update lists button to fetch a list of available packages. Fill in Filter field and click Find package button to search for a specific package. Switch to Available packages tab to show and install available packages. 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. Command-line instructions 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. 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.OKMore information about cookies Last modified: 2023/03/14 10:12by vgaetera