NoNameWasDefined
NoNameWasDefined
If I can help Termux doesn't include the `locale` package and doesn't have `dpkg-reconfigure`. PRoot-Distro is just an utility to run Linux distributions without most Termux problems. It cannot help...
 There is my current issue. Tried with `LANG=C(.UFT-8) source ...` `LANG=en_US.UFT-8 source ...` `LC_ALL=... source ...` `LC_CTYPES=...` in ~/.bashrc
I think I cannot help more. You know more that me in locales (not that I know a lot: Termux doesn't use glibc)
I've got some strange news, in Termux I have setup GLIBC to do some operation: ```shell grun -s ``` `ble.sh: The locale 'en_US.UTF-8' (LC_CTYPE) seems broken. Please check that the...
In Termux you can consider that the root is in `/data/data/com.termux/files/` because Android uses / and Termux doesn't use chroot or proot for faster operations. When using GLIBC packages you...
`su` command is just an utility to start `su` on Android depending on the location but to get `su` the device needs to be "rooted". Almost nothing requires `su` in...
Normally `$PREFIX/glibc/bin` executables take over `$PREFIX/bin` ones.
Android uses Bionic libc, GLIBC packages are non native to Android, so by default each packages uses Bionic. We have to enable GLIBC to make locales working, what does `grun...
I have found where is the rootfs of ArchLinux using this RegEx `https:\/\/archive\.archlinux\.org\/iso\/[0-9]{4}\.[0-9]{2}\.[0-9]{2}\/archlinux-bootstrap-x86_64\.tar\.zst` with his signature `https:\/\/archive\.archlinux\.org\/iso\/[0-9]{4}\.[0-9]{2}\.[0-9]{2}\/archlinux-bootstrap-x86_64\.tar\.zst\.sig`.
You can try this [old script](https://github.com/Neo-Oli/chrooted-termux/). I am trying to make a plugin for it but I'm not sure I will make it working.