Changes

Jump to: navigation, search

Orange Pi 5 Plus

253 bytes added, 15:03, 7 June 2023
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 &lt;package name&gt;'''
|}</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 &lt;package name&gt;'''
|}
</ol>
<span id="openwrt-management-interface-installation-software-package"></span>
<span id="openwrt-management-interface-installation-software-package"></span>
== OpenWRT management interface installation software package ==

Navigation menu