UtermuxBlog / termux-android5-repo

Foreign source of termux below Android 6

Home Page:https://blog.utermux.dev/ut/repoandroid5.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#2740

termux-android5-repo

Foreign sources mirrors of Android 5~6 for termux

FOSSA Status
GitHub license

FOSSA Status

blog

Chineseļ¼šREADMECN.md

repo: Termux Packages grimler Termux Repo For Version 21

Installation

rm $PREFIX/etc/apt/sources.list.d/*
pkg i git -y
git clone https://github.com/2096779623/termux-android5-repo.git
cd termux-android5-repo
chmod 777 -R *
cp -r * $PREFIX/etc/apt

No Run Pkg Update! You can use pkg i [Packages Name] Install packages,but not install about termux container packages! eg: command-not-found,busybox,coreutil

Simple installation

rm $PREFIX/etc/apt/sources.list.d/*
pkg install wget -y
wget -q https://raw.githubusercontent.com/2096779623/termux-android5-repo/main/install.sh
chmod 777 install.sh && ./install.sh

if your's mobile phone no rooted,please exec this order delete the root repo: rm $PREFIX/etc/apt/sources.list.d/root.list

Common Problem:

Can't connect to github? Use mirror:fastgithub fastgit

NO_PUBILCKEY? try:apt-key adv --keyserver keys.gnupg.net --recv-keys ErrorKey or Manual download key.

About

Foreign source of termux below Android 6

https://blog.utermux.dev/ut/repoandroid5.html

License:MIT License


Languages

Language:Shell 100.0%