Termux

T

Termux

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required.

Join
darkruke
darkruke4/18/2024

Jupyter issue in termux arch Android 13

I am using Arch linux (i also tried debian based linux(s) in hope of fixing this issue, tho did not work. Trying to use Jupyter notebook, tried both in vscode and web and jupyterlab it is facing some Kernel Related issues for which i have attached images I have tried both pre release and release version of vsc jupyter extension, tried googling for fix but can't find anything ...
No description
ITron Legends
ITron Legends4/16/2024

How to restart python scripts automatically/werid python bug

Hello! I have a android 8.1 phone that I'm using termux on I have turned of all android battery optimization features and it is working. Issue: I have a discord.py bot that I'm running. The problem is the script "freezes for some reason and the bot goes offline" while I have no errors in my python files/no connection errors at all. I'm not sure how I should tackle this at all, I was thinking of just restarting the bot each hour which I have no idea how to do via sh...
DukeOfCheese
DukeOfCheese4/13/2024

Installing code-server on Termux Android 5

I understand that alternatives exist such as vim / neovim, but this doesn't fufill what i need so I was wondering if anyone has anywhere I can look or things I can do to get this working. Spent a fair bit of time trauling through Google to no avail
BananaBalintYT
BananaBalintYT4/12/2024

Help

No description
Indeed
Indeed4/12/2024

mirror not accessible

this photo was not mine, however our members have been experiencing this problem that he can't delete or install packages. So I've tried asking him to change the mirror however it seems like his termux wasn't working perfectly. any solution for this?...
No description
GoldPilot
GoldPilot4/10/2024

Is this type of error normal?

hello um I was testing this Andronix thing for the first time and everything was fine so far, but I think I made a mistake is it something involving termux?...
No description
nazarov.zh
nazarov.zh4/8/2024

Public adress

send me my public adress, please
Solution:
There's several websites that just respond back with the IP used to access them. For example you can get your public IP using: ```sh make sure curl is installed pkg install curl...
jezza444
jezza4444/5/2024

bash: ./filename: Permission Denied

Hello all i have this problem after i successfully compiled main.cpp with clang as per the screenshot below. I have done termux-setup-storage, and as you can also see placed the .cpp file in com.termux/files/home. (In my internal storage, my tablet don't support Sdcard) You can also see the .stat of filename....
No description
qyw
qyw4/3/2024

Help Needed with Termux Audio Output Issue

Hello everyone, I previously had Termux installed on my device and everything was working fine. However, I accidentally uninstalled Termux one day. After reinstalling it and reconfiguring the proot container with the Debian system, I’ve encountered an issue where there is no sound output. Instead of the normal OpenSL ES output and AAudio output, all I have is a dummy output. Has anyone experienced this before? What steps should I take to troubleshoot and restore the proper audio outputs?...
No description
Runaal
Runaal4/1/2024

Need Help In able to access ssh from my PC to Termux via ssh tunneling.

My ISP utilizes CGNET, preventing me from directly port forwarding to the public network. To overcome this limitation, I explored using Ngrok, but unfortunately, Ngrok only functions within Ubuntu installed in Termux, not directly on Termux itself. Since I operate on Wi-Fi and cannot utilize the hotspot option to run Ngrok, I researched and jumped into the concept of SSH tunneling through services like Serveo,Localhostrun,etc. My objective is to access the SSH of Termux via my laptop on a different network. I initiated TCP port forwarding using the command: "ssh -R hornet:22:192.168.29.4:22 serveo.net" And attempted to connect using:...
GGLVXD
GGLVXD4/1/2024

cant run codeserver

So codeserver needs nodejs18, but how do i install nodejs18 on termux?
Yasin'
Yasin'3/29/2024

how to change localhost number?

hello uh so I'm using termux and I downloaded 2 distros,(one Ubuntu and one Kali) now the Ubuntu one is fine however both Kali and Ubuntu distros use the same localhost display number(both are localhost:1 which is gonna cause one of them to stop working and I use RealVNC) so is it possible to change the Kali localhost to another one like localhost:2?
Dimeji77
Dimeji773/29/2024

Downgrade node

how to downgrade nodejs to 18 in termux not proot ?
Solution:
Node 18 is available from the supplementary Termux User Repository.
pkg i tur-repo pkg i nodejs-18...
LunarLoom
LunarLoom3/26/2024

How to fix this error

Restart and Update the Panel
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down...
BananaBalintYT
BananaBalintYT3/25/2024

HELP TERMUX11 ITS NOT COMPATIBLE WITH MY PHONE

HELP I CANT USE TERMUX WITHOUT IT
Regan
Regan3/25/2024

How to exit root in Termux?

I have typed exit to end the session however this has lodged a root file session. How do I stop this?
No description
tomikun
tomikun3/22/2024

xfce4-session autostarting up program for seemingly no reason

vncserver :1 -xstartup "xfce4-session" starts up a program afaik I did not specify to run anywhere. I think the problem is xfce4-session since using vncserver :1 -xstartup "nice" which doesn't exist then checking ps shows me the program doesn't run there but when I run DISPLAY=:1 xfce4-session it appears. This strangely enough doesn't happen if I instead use termux-x11 -xstartup "xfce4-session"....
tomikun
tomikun3/20/2024

I wanna reinstall without deleting data

I recall android has a feature where you could choose to not delete the data when uninstalling but I can't find it I can use adb if that helps...
No description
JM
JM3/16/2024

How to fix this error

proot error: execve("/usr/bin/env"): Function not implemented proot info: possible causes: * the program is a script but its interpreter (eg. /bin/sh) was not found; * the program is an ELF but its interpreter (eg. ld-linux.so) was not found; * the program is a foreign binary but qemu was not specified; * qemu does not work correctly (if specified); * the loader was not found or doesn't work. fatal error: see proot-userland --help. proot error: can't chmod '/data/data/com.puutaro.commandclick/...
aikoo7
aikoo73/11/2024

How can I use a different qemu network type?

Hello everyone, after doing some research I wasn't able to find a answer to how to use a network type in qemu like bridge or tap so I can access a running service directly in my device or lan, can someone help me out? I'm rooted. Note: Repost from reddit...