我试图在googleSource的页面中使用 git clone
,但它没有多大。我想从包中使用 ss
命令,但我不知道如何安装它。我的手机是手臂32位。
我试图在googleSource的页面中使用 git clone
,但它没有多大。我想从包中使用 ss
命令,但我不知道如何安装它。我的手机是手臂32位。
I tried to use git clone
in googlesource's page but it didn't do much. I want to use the ss
command from the package but I don't know how to install it. My phone is ARM 32-bit.
您无法在Linux发行版上安装在Android上的整个包装。 Android确实有 ip
命令从修改后的 iproute2 包装。许多roms都以 ss
二进制文件预捆绑在一起。如果没有,您可以从源代码为您的设备的架构构建静态二进制文件,或者尝试这个 。
You can't install a whole package on Android as you do on Linux distributions. Android does have ip
command built-in from a modified iproute2 package. Many ROMs come pre-bundled with ss
binary too. If not, you can build static binary for your device's architecture from source, or try this one.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有