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 It seems like Ubuntu is unable to access libm.so.6 properly inside this setup, Any ideas on how to fix or work around this?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
T
Termux
Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required.