标签:出现 ges 安装 tab list 内容 列表 回滚 bin
在第一篇博客我们讲了,linux deploy可以在手机内新建一个系统,唯一的缺点是并不自带terminal和需要root。
华为手机就.........
所以,今天我们来说一说不root该怎么做。
/data/data/com.termux/files/home
termux配置更新源地址的文件是
1 /data/data/com.termux/files/usr/etc/apt/source.list
使用cd命令进入更新源文件目录下
使用cp命令备份文件,以便出现问题时回滚
cp -p sources.list sources.list.bak
vi编辑文件(vim 默认没有安装)
vi sources.list
原内容如下
#The main termux repository: deb https://dl.bintray.com/termux/termux-packages-24 stable main
修改如下(使用清华源)
# The termux repository mirror from TUNA: deb https://mirrors.tuna.tsinghua.edu.cn/termux stable main
更新软件
1 apt update 更新包列表 2 apt upgrade 更新安装的包文件
可以参考termux清华源的帮助文档
至此,这个教程就结束了。
标签:出现 ges 安装 tab list 内容 列表 回滚 bin
原文地址:https://www.cnblogs.com/haliang0409/p/12652583.html