linux 系统缺少 ifconfig 等网络工具,可以通过安装 net-tools 包来获取。对威联通而言,可以先安装 Entware-std 包管理器,然后通过 opkg 包管理器安装 net-tools。
opkg update && opkg install net-tools
linux 系统缺少 ifconfig 等网络工具,可以通过安装 net-tools 包来获取。对威联通而言,可以先安装 Entware-std 包管理器,然后通过 opkg 包管理器安装 net-tools。
opkg update && opkg install net-tools
老哥 Entware-std安装完了之后,显示:Entware-std,只能去Entware的根目录运行,请问怎么才能全局使用opkg?
我装的是 Entware-std 1.0.3,通过 App Center 添加 qnap club 的源里安装,装好后就可以全局运行,原理是系统启动的时候会自动启动 Entware 服务,Entware 服务将 通过 Entware 安装的程序路径加入到环境变量中。你的不能全局执行命令的话,可以尝试重新安装。或者手动将执行路径加入到启动脚本中。