openwrt
This is an old revision of the document!
更新软件源
搜索软件
如何搜索想要的软件,比如我们要搜索python,使用命令:opkg list | grep python
安装软件
安装软件,比如python。使用命令:opkg install python
root@Widora:/etc/opkg# opkg install python Installing python (2.7.9-6) to root... Downloading http://dl.widora.io/chaos_calmer/15.05.1/ramips/mt7688/packages/packages/python_2.7.9- 6_ramips_24kec.ipk. Installing python-light (2.7.9-6) to root... ...... Downloading http://dl.widora.io/chaos_calmer/15.05.1/ramips/mt7688/packages/packages/python-pydoc_2.7.9-6_ramips_24k. Installing python-sqlite3 (2.7.9-6) to root... Downloading http://dl.widora.io/chaos_calmer/15.05.1/ramips/mt7688/packages/packages/python-sqlite3_2.7.9-6_ramips_2. Installing libsqlite3 (3081101-1) to root... Downloading http://dl.widora.io/chaos_calmer/15.05.1/ramips/mt7688/packages/packages/libsqlite3_3081101-1_ramips_24k. Installing python-unittest (2.7.9-6) to root... Downloading http://dl.widora.io/chaos_calmer/15.05.1/ramips/mt7688/packages/packages/python-unittest_2.7.9-6_ramips_. Installing python-xml (2.7.9-6) to root... Downloading http://dl.widora.io/chaos_calmer/15.05.1/ramips/mt7688/packages/packages/python-xml_2.7.9- 6_ramips_24kec. Configuring python-base. Configuring libffi. ...... Configuring python-unittest. Configuring python-xml. Configuring python. Configuring python3-asyncio.
卸载软件
卸载软件,比如卸载python,使用命令:opkg remove python
依赖失败
openwrt.1514001493.txt.gz · Last modified: (external edit)


