[OpenWrt Wiki] Packages
https://openwrt.org/packages15.09.2021 · Packages The OpenWrt distributions provide several thousand packages to extend the functionality of your device. The browseable package lists in this wiki will always show packages available in the latest update of the stable release. Package database of 21.02
How to properly remove LuCi from OpenWrt | Hamy - The IT Guy
hamy.io › post › 0016Aug 28, 2019 · Another method that some use to “remove” LuCi, is by issuing: opkg --autoremove remove luci. This may seem to work, but in reality LuCi packages are not really removed this way and the related files will only be masked by OverlayFS. This is because the packages are built into the firmware itself. While OpenWrt snapshot releases ...
[OpenWrt Wiki] Managing packages
openwrt.org › managing_packagesOct 06, 2021 · Managing packages This article relies on the following: * Accessing OpenWrt WebUI * Accessing OpenWrt CLI 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.
[OpenWrt Wiki] Packages
openwrt.org › packagesSep 15, 2021 · 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 ...