Fastfetch spits out `bad system call`.
Hi, I had an issue after updating all packages on termux, whenever I use fastfetch it spits out
bad system call fastfetch

Unable to install certain tree-sitter packages from pypi
if i try to install
tree-sitter-markdown
, tree-sitter-json
, tree-sitter-toml
, tree-sitter-yaml
, tree-sitter-html
, tree-sitter-rust
, tree-sitter-xml
or tree-sitter-java
from pypi, it just fails
(also is it possible to get python 3.13 on termux?)...Unable to update and upgrade my repos
I got this error message
file or directory)
E: Failed to fetch https://mirrors.cbrx.io/apt/termux/termux-main/pool/main/u/unzip/unzip_6.0-10_aarch64.deb Could not open file /data/data/com.termux/cache/apt/archives/partial/unzip_6.0-10_aarch64.deb - open (2: No such file or directory)...
"function not implemented" occured when running ls
Can anyone help me with this output. "ls: cannot access <folder/file/*>: Function not implemented", the output did shown after apt uprade not sure what package it did
Solution:
Strace logs all the syscalls a program is making.
So old
ls
tried to use the statx()
syscall.
Introduced in Kernel version 4.11.0
https://man7.org/linux/man-pages/man2/statx.2.html...
[to mods regarding discord management] How is your current experience with AnswerOverflow?
Hey! I saw this forum AnswerOverflow for syncing threads.
Curious how the community / moderators enjoy using AnswerOverflow? Is there anything about your current setup (commands, customization, UI, etc.) you’d like improved?...
Error installing build-essential on Ubuntu (AnLinux) inside Termux (Android 5, legacy version)
I’m running a legacy version of Termux (the last one available for Android 5). I installed Ubuntu using the script provided by AnLinux, and I can enter the environment successfully using: ./start-ubuntu.sh
However, when I try to install build-essential with:
apt-get install -y build-essential
I get this error:
error while loading shared libraries: libm.so.6: cannot stat shared object: operation not permitted...
I got leveled up from a beginner to an amateur.
after some help from "deepseek" I managed to run Ubuntu on my phone (I used the termux-x11 way).
what should I do next after that. it was more like a challenge more than a necessity.
can someone give more goals like customizations, themes and yeah let me don't forget how I can play with it....
Help
Hello, everyone i am trying to launch a python code using termux i have already installed the required libraries for that code but still after launching the code it gives the error module not found.
a
RWRAP_ERROR[php (18961)] - _rwrap_bind_symbol: Failed to find __res_ninit: libdl.a is a stub --- use libdl.so instead
[HELP] Tailwind CSS fails to initialize on Termux
Tailwind CSS packages install successfully, but initialization fails likely due to ARM architecture incompatibility on Termux (Android 13, Node.js v24.7.0, npm v11.5.1).
First attempt with direct node call:
```
>> node node_modules/tailwindcss/lib/cli.js init -p...
Illegal instructions
I installed alacritty and kitty using pkg install
I am getting illegal instruction in termux x11
I doubt it's a termux x11 thing and i don't thing incompatible packages would be pushed, so can someone point out what's wrong ?...
Cannot install anything in pkg
Trying to pkg update or installing something always gives:
...
E: Method https has died unexpectedly!
E: Sub-process https received signal 4.
E: Method https has died unexpectedly!
E: Sub-process https received signal 4.
Google's sideloading rule
I'm sure you've heard about this and I'm really sad they're doing this but in case you haven't here's the link: https://arstechnica.com/gadgets/2025/08/google-will-block-sideloading-of-unverified-android-apps-starting-next-year/
My question is this: What ramifications will this have for apps like Termux and FDroid?...
Can't build CDP 8 because of POS64 in dev/newsfsys/sfsys.c Any hotfix possible?
Using the latest Clang in the packages and the latest code from their GitHub repo, I can't directly let Clang compile CDP 8 and the issue also persisted in the CDP 8.0 Tarball.
I already made an issue regarding it but all it seems to do is to just get and set the memory addresses of whatever is passed into it, which are all data inside structs. I probably can just
&(f->propoffset)
to get their addresses but can I set them like this or do I have to wait for an official fix to be made?...Duplicated USB Drives in chroot
I'm very new to Termux and Linux overall. Im trying to access my external HDD via USB OTG. So what i did was i added to the start script. Then i created a group with then add my user after doing that the USB UUID folder showed up with a red cross and i cant access it but, when i unplug and plug the otg while in DE, it still showed up with a red cross on the folder but this time i can read it, still no write permission (image 1). So i went back to the script i added the UUID folder this time. . It worked now. I can access it with read and write permission but, there's 6 drives showed up instead of one (image 2).
Is there a better way to do this? like, make it recognizes when a usb storage is plugged real time like how a normal android and desktop does. If not, how can i fix this 6 drives thing and make it shows only one.
My device is Poco F1 running crDroid 11.7, Android 15. Rooted with KernelSU Next. If that helps....
mount --bind /mnt/media_rw $mnt/media/usb
mount --bind /mnt/media_rw $mnt/media/usb
groupadd -g 1077 external_storage
groupadd -g 1077 external_storage
usermod -aG external_storage user
usermod -aG external_storage user
mount --bind /mnt/media_rw/0242-16A8 $mnt/media/usb
mount --bind /mnt/media_rw/0242-16A8 $mnt/media/usb
Solution:
so I managed to fix the duplicate drives thing by creating symlink with then mount that instead with
ln -s /mnt/media_rw/0242-16A8
ln -s /mnt/media_rw/0242-16A8
mount --bind /data/data/com.termux/files/home/0242-16A8/ $mnt/media/usb
mount --bind /data/data/com.termux/files/home/0242-16A8/ $mnt/media/usb

bug report
I want to run the bot when example.js error like below
~ $ cd /storage/emulated/0
.../emulated/0 $ cd download
.../0/download $ cd mybot...

inaccurate time inside programs
i'm having hard time categorizing this issue so it's unspecified for now, sorry
why is the time kind of inaccurate in some programming languages?
i never use battery saving mode and termux has no restrictions to battery, but when my program is in idle, the time starts to mess up and somehow it doesn't rely on systems clock. however the issue disappears when the battery is full or its just charging
...