一、下载 F-Droid 客户端并安装。
https://f-droid.org/FDroid.apk
二、用F-Droid下载Termux 并安装。
https://f-droid.org/repo/com.termux_75.apk
三、安装fedora
3.1、 pkg install wget
3.2、 pkg install wget -y && /data/data/com.termux/files/usr/bin/wget https://raw.githubusercontent.com/nmilosev/termux-fedora/master/termux-fedora.sh
3.3、 bash termux-fedora.sh f30_arm64
四、fedoras升级
dnf update
备注:
1、 F-Droid
F-Droidis an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform.
2、Termux is anAndroid terminal emulator and Linux environment appthat works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.
3、dnf
DNF System Upgrade dnf-plugin-system-upgradeis a plugin for theDNFpackage manager and is used to upgrade your system to the current release of Fedora.
4、安装脚本
https://github.com/nmilosev/termux-fedora/blob/master/termux-fedora.sh