Use for questions about Termux, an Android terminal emulator and Linux simulation app or issues with using packages on it.
Questions tagged [termux]
407 questions
3
votes
1 answer
How to commit code to GitHub on Android through termux app
Please I would appreciate if anyone can drop a direct link to the termux commands used to create repos,commit code and delete them on GitHub through termux terminal,all I have seen through numerous Google searches are only how to install them,I also…
user14144383
3
votes
2 answers
Apksigner not signing apk on termux
I'm compiling Mario 64 on termux on android, but I'm running into issues with it completing.
Here is the error that is occurring what do I have wrong?
Thanks!
apksigner sign --cert certificate.pem --key key.pk8…

Winnppl
- 31
- 2
3
votes
2 answers
ng serve hangs up forever at 92% while processing additional asset using copy-webpack-plugin (Android OS / termux)
I was trying to run a regular angular 10 web application using my android smartphone when i came across blocking issue while ng serving the application: the ng serve is hanging on copying assets showing: "92% process additional asset…

HoUβem
- 96
- 1
- 6
3
votes
2 answers
How do i copy a folder having symbolic link to another directory
I am trying to copy a folder having symbolic links to another directory
Note - The actual files i intend to copy are different but just for the purpose of this question to make it easy to demonstrate issue , i am giving a example
xd003@localhost:~$…

Sachin
- 1,217
- 2
- 11
- 31
3
votes
3 answers
How to login by ssh in Alpine Linux without passwords?
I'm using a Android cell phone. I write python program and run the program in Termux. But there some lib can't be installed or use in Android cell phone, sklearn and tensorflow for example. So I decided to try to use a docker container for my…

user7102471
- 75
- 1
- 1
- 6
3
votes
2 answers
This platform lacks a functioning sem_open implementation, thefore, the required synchronization primitives needed
I have python 3.7.3 installed on my Android phone using Termux. While i tried import synchronize from multiprocessing in python shell i receive the above error. Here is my code
from multiprocessing import synchronize
Here is Traceback
Traceback…

Наглый Спамер
- 701
- 1
- 8
- 16
3
votes
0 answers
Problem installing NodeJS project on Android using Termux
Problem installing NodeJS project on Android using Termux
I tried to install create a Strapi project on my Android phone using Termux by running this command:
yarn create strapi-app strapi-project --quickstart
I got this error:
TypeError…

Savvy Sage
- 347
- 1
- 4
- 12
3
votes
0 answers
clang-8: error: linker command failed with exit code 1
I was writing a simple shell program in Termux in Android 5 (Lollipop) with GNU readline library in C program.
I am getting linker error on compiling the below code. The same code is works fine in Android 9' Termux. I have verified the readline Dev…

Kirubakaran
- 378
- 4
- 20
3
votes
1 answer
How to keep running python script 24/7 on Termux?
I have python script that im running on my android phone
But the issue is whenever my phone's screen get off or i minimize the app the script get errupt and it doesnt process or works and i have to restart / run it again.
Thanks in advance.

tarun
- 55
- 1
- 8
3
votes
2 answers
Termux code to install git on termux in Android mobile
$ pkg install github
Says:
Reading state information... Done
E: Unable to locate package github

Yes Raj
- 57
- 1
- 1
- 2
3
votes
7 answers
Connecting to MariaDB Server on Termux Android
I'm working on launching a NodeJS project directly on a local database on an Android Device and for this I use Termux and MariaDB Server.
It perfectly works after using the commands
mysqld &
and
node mynodefile.js
on Termux. But I would like to…

DeenOub
- 365
- 1
- 4
- 13
3
votes
0 answers
Kotlin compiler on android
I'm trying to create a dex of the huge jar of the kotlin commandline compiler, so I can develop (i.e. compile) kotlin on a phone (in termux).
But dx runs out of RAM and is "Killed".
So, maybe divide into smaller dexs, and run as multidex? (also,…

hyperpallium
- 571
- 5
- 18
3
votes
1 answer
Running C code in Termux compiled by clang
I used to compile my code with CppDroid on Android until last night.
After updating the app it began to show position independent executable error.
I reinstalled the older version but am still getting the same error.
I know it is a problem with…

Tangent
- 61
- 1
- 8
3
votes
3 answers
I can't install tkinter on termux
I installed termux on my android device (Pixel C), and successfully installed python 3.6.2 there, and after downloaded (with pip) some libraries like pillow (there were some problems, but with online forums I solved it), vk, etc.
Tkinter should be…

Ivan Baburin
- 31
- 1
- 2
- 5
3
votes
1 answer
Termux - Write access to usb pen drive
I have termux on my android TV Box and I want to have write access to my plugged in usb pen. I have tried running termux-setup-storage command and it created $HOME/storage but this directory doesn't have a path to my usb drive. Maybe this command…

alexandre1985
- 1,056
- 3
- 13
- 31