Questions tagged [termux]

Use for questions about Termux, an Android terminal emulator and Linux simulation app or issues with using packages on it.

Useful links:

407 questions
58
votes
3 answers

How do I install Jupyter notebook on an Android device?

Is there a way to install a functional instance of Jupyter notebook on an Android device? Specifically, I want to use Jupyter to run a Python notebook.
tel
  • 13,005
  • 2
  • 44
  • 62
33
votes
3 answers

Termux repository is under maintenance or down

I tried updating my package list but got the following error. $ pkg update Checking availability of current mirror: ok Ign:1 https://dl.bintray.com/grimler/game-packages-24 games InRelease Ign:2…
AmubaCraft
  • 331
  • 1
  • 3
  • 3
14
votes
5 answers

How do I run "adb shell" commands in a terminal emulator locally on an Android device?

From a shell on my PC, I can run adb shell cmd package list packages, and get a list of all installed packages. I would like to run this and similar commands locally on my Android phone (Nexus 6P) in a terminal emulator (currently using Termux). If…
user2571203
12
votes
9 answers

How can I fix "E: Unable to locate package python" in termux?

I am installing Python in Termux, but I am getting this error: pkg install python Output: Checking availability of current mirror: ok Reading package lists... Done Building dependency tree... Done E: Unable to locate package python
Binson Thangjam
  • 127
  • 1
  • 1
  • 5
11
votes
1 answer

How do I install Heroku CLI on Termux?

Termux is a Linux terminal emulator for Android. I want to install the Heroku CLI to be able to manage my Heroku apps on the go, I tried typing heroku to prompt the error message and link to the right package, but it gives me: No command 'heroku'…
Pritt Balagopal
  • 1,476
  • 2
  • 18
  • 32
9
votes
3 answers

ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

Python version: 3.11 Installing dependencies for an application by pip install -r requirements.txt gives the following error: socket.c -o build/temp.linux-armv8l-cpython-311/aiohttp/_websocket.o aiohttp/_websocket.c:198:12: fatal error:…
Anton Samokat
  • 542
  • 1
  • 6
  • 15
9
votes
2 answers

How to install Pillow on termux?

I am using Termux for quite a while now and would like to install "Pillow" library on it. Whenever I try to install Pillow using "pip" it shows me the below errors. At first I thought I need to upgrade pip, but it did not help. I have also cleared…
N1NG4
  • 171
  • 1
  • 2
  • 8
9
votes
2 answers

How to install specific python version (Termux)

I am trying to install a specific version of python using termux (python 3.5) but it is downloading the latest version (Python 3.7.2-1) instead. Is there any way to specify what version to install? The command I am using is very straightforward, but…
SaltyHelpVampire
  • 305
  • 2
  • 4
  • 15
8
votes
4 answers

npm Err Exit handler never called

$ npx create-react-app my-app Creating a new React app in /data/data/com.termux/files/home/my-app. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... npm ERR! Exit handler…
Mukesh Pilane
  • 129
  • 1
  • 1
  • 7
6
votes
1 answer

Installing Rakudo on Android with ARM processor architecture

I am trying to install Rakudo on my Android with armv7l processor architecture using Termux. I tried compiling from source, but it didn't work. Then someone pointed out the Termux user its-pointless and his package for this, but that package does…
6
votes
3 answers

TERMUX- bash: ./a.out: Permission denied

Why do I keep getting this error? >> gcc a.out >> ./a.out bash: ./a.out: Permission denied I even tried this >> chmod +x a.out But still I keep getting the error. I have installed clang and termux-setup-storage package. My files are in main…
Kangkan Lahkar
  • 267
  • 5
  • 16
5
votes
1 answer

Issue with Termux bootstrap

After downloading Termux from the Google Play store, FDroid, and Github, I got the error Unable to Install Termux was unable to install the bootstrap packages. Check your network connection and try again. I looked through Github and found this this…
Arnold Palmer
  • 110
  • 1
  • 2
  • 8
5
votes
1 answer

Install Git in Pydroid 3 terminal

I'm using Pydroid3 and would like to use Git in the Pydroid Terminal. In my Termux terminal I was able to install Git as described here: Python and Git on Android The git command is now only recognized in the Termux Terminal but not in Pydroid :(.…
oholimoli
  • 73
  • 1
  • 9
5
votes
3 answers

Termux - npm ERR! Error: EPERM: operation not permitted

I get these errors when running npm install on Termux (Android). Any solution? I get these errors when running npm install on Termux (Android). Any solution? $ npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.8…
Savvy Sage
  • 347
  • 1
  • 4
  • 12
4
votes
1 answer

How To Downgrade nodejs version on termux?

How to downgrade nodejs version on termux?, my termux already isntalled with 18.3.0 nodejs version and i need to use the older version.
Xnooxer
  • 41
  • 1
  • 2
1
2 3
27 28