赞
踩
访问github中官方仓库,参考readme部分
如同使用ubuntu等linux系统,其包管理工具的默认源因众所周知的原因不好使用,故需要替换一下国内源,命令行为:
- sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/termux-packages-24 stable main@' $PREFIX/etc/apt/sources.list
-
- sed -i 's@^\(deb.*games stable\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/game-packages-24 games stable@' $PREFIX/etc/apt/sources.list.d/game.list
-
- sed -i 's@^\(deb.*science stable\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/science-packages-24 science stable@' $PREFIX/etc/apt/sources.list.d/science.list
-
- pkg update
手动修改则需要修改$PREFIX/etc/apt/sources.list路径下对应的文件。
可以通过
termux-setup-storage
命令获取存储权限,安卓会提示是否授权,选择是即可
在实践的过程中,还遇到了一个问题:
- ~ $ termux-setup-storage
- /data/data/com.termux/files/usr/bin/termux-setup-storage: line 29: 25193 Aborted am broadcast --user 0 --es com.termux.app.reload_style storage -a com.termux.app.reload_style com.termux > /dev/null
报告了一个abort,一番搜索,在termux的github issue中找到了解决方案:
最后通过命令行解决了问题
pkg install termux-am
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。