8,460
个编辑
更改
→在终端通过opkg安装
# 更新可获取的软件包列表
::{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg update'''
|}
<ol start="2" style="list-style-type: decimal;">
<li>获取软件列表</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg list'''
|}</ol>
<ol start="3" style="list-style-type: decimal;">
<li>安装指定的软件包</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg install <包名称>'''
|}</ol>
<ol start="4" style="list-style-type: decimal;">
<li>查看已经安装的软件</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg list-installed'''
|}</ol>
<ol start="5" style="list-style-type: decimal;">
<li>卸载软件</li></ol>{| class="wikitable" style="width:800px;" |-|
root@OpenWrt:/# '''opkg remove <包名称>'''
|}
</ol>
<span id="openwrt管理界面安装软件包"></span>
== OpenWRT管理界面安装软件包 ==