8,367
edits
Changes
→Installing packages via the command line
# Update the list of available packages
::{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg update'''
|}
<ol start="2" style="list-style-type: decimal;">
<li>Get the software list</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg list'''
|}</ol>
<ol start="3" style="list-style-type: decimal;">
<li>Install the specified package</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg install <package name>'''
|}</ol>
<ol start="4" style="list-style-type: decimal;">
<li>Check the installed software</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg list-installed'''
|}</ol>
<ol start="5" style="list-style-type: decimal;">
<li>Uninstall the software</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg remove <package name>'''
|}
</ol>
<span id="openwrt-management-interface-installation-software-package"></span>
== OpenWRT management interface installation software package ==