Termux

T

Termux

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

Join

openvpn issues

Having trouble using openvpn ... running openvpn --config config_file.ovpn results in this error. Considering the package is provided I'm assuming it should work. Is there a trick to using it properly in termux? I get the same output in proot. 2023-10-07 12:01:29 sitnl_bind: cannot bind netlink socket: Permission denied (errno=13) 2023-10-07 12:01:29 sitnl_send: can't bind rtnl socket: Permission denied (errno=13) 2023-10-07 12:01:29 ERROR: Cannot open TUN/TAP dev /dev/tun: Permission denied (errno=13)...

Can't build onnxruntime

Hello, so i wanted to build onnxruntime (because a pth to ncnn converter needs it and i can't install through pip) but when trying to build it i get this error: https://pastebin.com/hTCy4aFM

pacman and apt

I tried using pacman but ran into errors, Found some info here https://wiki.termux.com/wiki/Switching_package_manager ... So if I'm understanding this right, I can't use both apt and pacman at the same time and have to choose which I want to use? I just noticed in #announcements that box64 was added to gpkg in pacman but isn't available in apt repo....

What is signal 6?

I've been seeing this a lot when running prism launcher. Wasn't an issue a couple weeks ago. Android 13 did recently get an update on my fold 3 so maybe that it? terminated with signal 6...

Termux-file-editor not doing anything

Hello, i tried using the termux file editor but the termux-file-editor file didnt exist, so i created it by myself. It wasnt complaing thta the file didnt exist, but after tring to edit something with it (by clicking on file, and sharing with termux) a termux window opend, but didnt do anything. Here is the test Script i used: ```bash #!/data/data/com.termux/files/usr/bin/bash echo e...

Termux + playwright

Not going to make a essay, but I have a nodejs discord bot that uses playwright, but since playwright doesn't have real android support, it doesn't want to start. What can I do to get around this, can I trick it into thinking it's another machine, not android?

xfce4-pulseaudio-plugin

Is this ever going to bee added to be installed? Currently trying to figure out how to build it from source, but my google fu is only taking me so far.

transparency

I have termux monet with an image background set up, I edited my nvim config to have transparent background, but it doesn't work because it needs the terminal to be transparent too or idk Any help?...

Pip error in proot

Bad Interpreter error. What does this even mean?
No description

Hardware Acceleration

Is hardware Acceleration possible in proot arm64 ?

USB Serial

I would like to use a USB Serial device with gdb. However, I can't connect it as a USB Serial device. How can I do that?

Neovim

Neovim freezes when mistakenly press "p" and there's no yanked text. How can I fix this...

Sim card

Can my sim card be tracked in proot ?, I want my TikTok to target US audience, that's why I asked All I need is VPN right?...

Neovim

Error after moving plugin from start to opt in Packer ( first experience) ''' Error detected while processing /home/dimeji/.config/nvim/init.lua: E5113: Error while calling lua chunk: /home/dimeji/.config/nvim/lua/plugins/liveserver.lua:1: module 'live-server' not found:...

Winetricks

Help! Winetricks can't install anything
No description

Discord bot with puppeteer

Hello, so, I have a discord bot that uses puppeteer to take some info from a website and display it. I want to hoost the bot with my old phone ((Xiaomi Redmi 7a)) but termux does not support puppeteer, how can I do it?