# Termux-Related **Repository Path**: hufang360/termux-related ## Basic Information - **Project Name**: Termux-Related - **Description**: termux相关资源 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-19 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: termux ## README # 原始地址 https://github.com/IanusInferus/termux-mono/releases/tag/v20210327 https://github.com/IanusInferus/termux-mono/releases/download/v20210327/mono-termux.6.12.0.122-arm64-android21.tar.xz https://github.com/IanusInferus/termux-mono/releases/download/v20210327/mono-termux.6.12.0.122-arm64-android24.tar.xz https://github.com/IanusInferus/termux-mono/releases/download/v20210327/mono-termux.6.12.0.122-armv7a-android21.tar.xz --- # v20210327(mono-termux.6.12.0.122-arm64)拷贝 https://gitee.com/hufang360/termux-related/releases/mono https://gitee.com/hufang360/termux-related/attach_files/806840/download/mono-termux.6.12.0.122-arm64-android21.tar.xz https://gitee.com/hufang360/termux-related/attach_files/806836/download/mono-termux.6.12.0.122-arm64-android24.tar.xz https://gitee.com/hufang360/termux-related/attach_files/806842/download/mono-termux.6.12.0.122-armv7a-android21.tar.xz --- # 备注 如果使用 armv7a 额外需要做这些操作 ```bash rm /data/data/com.termux/files/usr/local/lib/libc.so.6 ln -s /system/lib/libc.so /data/data/com.termux/files/usr/local/lib/libc.so.6 ``` --- # 相关指令 ```bash cd $PREFIX wget https://github.com/IanusInferus/termux-mono/releases/download/v20210327/mono-termux.6.12.0.122-arm64-android24.tar.xz tar -xvJf mono-termux.6.12.0.122-arm64-android24.tar.xz chmod +x ./local/bin/mono # 添加到环境变量 echo 'export PATH=$PREFIX/local/bin:$PATH' >> ~/.bash_profile source ~/.bash_profile cd $PREFIX $PREFIX/local/bin/mono $HOME/tshock-client/TerrariaServer.exe ./mono $HOME/tshock-client/TerrariaServer.exe ```