Questions tagged [termux-linux]
14 questions
1
vote
1 answer
How install curses-1.06 module in termux
The cpan command enters module exploration and installation mode.
>i/Modulo/ informs the modules and their author in the database.
When I say >i/Curses/ several curses appear but not what I need.
I'm trying to add Curses-1.06 from William Setzer…

Cmistry
- 173
- 7
1
vote
3 answers
su executable not found sudo requires su - termux
I'm finding it difficult to write a sudo command even after installing termux-sudo

chryzcode
- 49
- 2
- 9
1
vote
0 answers
Problems installing python with pyenv in termux
I referred to the instructions in the pyenvwiki and tried to install the required packages, but some of them could not be found:
~ $ apt-get update; apt-get install make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev…

vanthoff
- 11
- 4
0
votes
0 answers
Error while installing pymssql in termux emulator/Kali Linux
error: subprocess-exited-with-error
× Building wheel for pymssql (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [22 lines of output]
setup.py: platform.system() => Linux
setup.py: platform.architecture() => ('64bit', 'ELF')
…

Mr. X
- 1
- 2
0
votes
0 answers
pandas.error.invalidindex error at a place where it doesn't make any sense
I have been getting a weird error that I'm not able to explain with any online source. I've been working on a school project.I tried assigning some input values into a list. The list was going to be used to define a new row into the existing…
0
votes
0 answers
How to solve unable to locate package in termux
I want to install this tool in termux,
Stable build (packaged release):
wget https://github.com/smicallef/spiderfoot/archive/v4.0.tar.gz
tar zxvf v4.0.tar.gz
cd spiderfoot-4.0
pip3 install -r requirements.txt
python3 ./sf.py -l…

DARK ANGEL
- 9
- 1
0
votes
1 answer
I installed termux using the emulator bluestacks i'm having trouble installing git as it throws this this error "unable to locate package git"
I am trying to install Git on Termux but I keep getting the error "unable to locate package git" when I run the command "pkg install git". I have tried updating the package list with "pkg update" and then running the install command again, but I…

user20326975
- 3
- 2
0
votes
1 answer
Wierd behaviour on clicking ctrl-y in termux-linux
So basically i use emmet and coc-completions as a neovim developer in termux (it's an android app that runs linux environment). Today all of the sudden, my ctrl-y button started taking 2-3 sec to even execute. Lemme elaborate what i mean .
enter…

khan zaid
- 1
- 3
0
votes
1 answer
How to enable PostgreSQL in a rails app with termux
I'm trying create a app with ruby on rails in termux, I already installed the necessary gems and packages for the setup, but when doing rails db:create. I get this error
rails aborted!
ActiveRecord::ConnectionNotEstablished: connection to server on…
0
votes
1 answer
Cannot run python from conda env
I installed mamba (can be seen as conda) in Ubuntu 22.04 LTS. The Ubuntu is run in the Termux app in my Android mobil phone.
After I created and activated a new environment mamba create -n general python=3.9 && mamba activate general, and run…

13 FAR
- 13
- 2
0
votes
0 answers
Node red with termux - error permission denied cannot open port /dev/bus/usb/001/003
Hy!
I am using node-red mobile via a termux, I am trying to connect a RFD 868 module to mobile and receive serial data through it via a USB A port. I have connected a USB type C docking station with mobile which have three USB A port.
When I connect…

asad khan
- 1
- 1
0
votes
1 answer
How to extract protocols (http)[s] to check url using shell script
I have tried below one:
A=https://xyz.site
echo -e ${A//:*}
Result: https
Please describe me that, how this ${A//:*} term results https or http and what's the concept behind it, share a article or pdf if possible.
For Worldwide web [www]
Its…

Mr.Derek
- 19
- 5
-1
votes
1 answer
Cannot execute binary file: Exec format error when using clang++ cross-compiler to compike SFML
I'm have to run SFML C++ code on my Android device, terminal named Termux. I did build all libs for sfml, but can't cross-compile grop.cpp.
I run this command:
bash $NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++\
…

Nothing But Air
- 31
- 7
-3
votes
1 answer
Getting error while running pip3 install smtp
I was trying to operate a toll but when I was listing all the commands so there is a command I.e. pip3 install smtp
and I got an error I.e.
ERROR: Could not find a version that satisfies the requirement smtp (from versions: none)
ERROR: No…