在手机Termux上安装Ubuntu
一、安装Termux
B站教程:https://www.bilibili.com/video/BV1HF411n7Se?spm_id_from=333.1007.top_right_bar_window_history.content.click
二、安装Ubuntu
1.安装完Termux之后,为了方便之后更新Termux和安装Ubuntu,更换清华大学的公共镜像源依次输入以下命令:
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.lis