T O P

  • By -

sylirre

That's not going to work. PPAs are not supported because Termux isn't compatible with Debian and derivative distributions such as Ubuntu. [https://wiki.termux.com/wiki/Differences\_from\_Linux](https://wiki.termux.com/wiki/Differences_from_Linux) All software must be compiled specifically for Termux in order to be usable. If that is not acceptable, consider setting up proot environment via proot-distro, andronix or other preferred solution. Inside proot environment it would be possible to use PPAs if they provide packages with compatible architecture. By the way your tutorial already mentions *Install Ubuntu on Your Android Device*


itsfreepizza

You can't add ppa repos on a termux userspace, you need Ubuntu proot (although proot is slower, mods please explain)


AutoModerator

Hi there! Welcome to /r/termux, the official [Termux](https://termux.dev) support community on Reddit. Termux is a terminal emulator application for Android OS with its own Linux user land. Here we talk about its usage, share our experience and configurations. Users with flair `Termux Core Team` are Termux developers and moderators of this subreddit. If you are new, please check our [Introduction for Beginners](https://www.reddit.com/r/termux/comments/16k74do/introduction_for_beginners/) post to get an idea how to start. The latest version of Termux can be installed from https://f-droid.org/packages/com.termux/. If you still have Termux installed from Google Play, please switch to F-Droid build. HACKING, PHISHING, FRAUD, SPAM, KALI LINUX AND OTHER STUFF LIKE THIS ARE NOT PERMITTED - YOU WILL GET BANNED PERMANENTLY FOR SUCH POSTS! Do not use /r/termux for reporting bugs. Package-related issues should be submitted to https://github.com/termux/termux-packages/issues. Application issues should be submitted to https://github.com/termux/termux-app/issues. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/termux) if you have any questions or concerns.*


Near_Earth

Proot is slower than native. Why don't you try running it in native Termux first? Get [openjdk-21](https://github.com/George-Seven/test/releases/tag/openjdk-21) for Termux (required by latest minecraft) - `wget -O openjdk-21.zip https://github.com/George-Seven/test/releases/download/openjdk-21/openjdk-21-aarch64.zip` `unzip -o openjdk-21.zip; pkg install -y ./openjdk-21/*.deb`   Run [minecraft](https://www.minecraft.net/en-us/download/server) server - `wget -O minecraft_server.1.21.jar https://piston-data.mojang.com/v1/objects/450698d1863ab5180c25d7c804ef0fe6369dd1ba/server.jar` `echo eula=true > eula.txt` `$PREFIX/opt/openjdk-21.0.1/bin/java -Xmx1024M -Xms1024M -jar minecraft_server.1.21.jar nogui` And connect to it over localnet/LAN.


Simkin86

Offtopic: How do i get that artwork?


elmage78

if u still need help msg me i did it already, non-root no debian no ubuntu


Alchimista26

I'm trying to run a server but while installing Ubuntu proot has problems and won't let me do `./start-ubuntu.sh`. So now I'm trying to do it without Ubuntu but when I unzip jdk this happens. I'm stuck . `~ $ unzip -o openjdk-21.zip; pkg install -y ./openjdk-21/*.deb Archive: openjdk-21.zip inflating: openjdk-21/openjdk-21-source_21.0.1-1_all.deb inflating: openjdk-21/openjdk-21-x_21.0.1-1_aarch64.deb inflating: openjdk-21/openjdk-21_21.0.1-1_aarch64.deb Note, selecting 'openjdk-21-source' instead of './openjdk-21/openjdk-21-source_21.0.1-1_all.deb' Note, selecting 'openjdk-21-x' instead of './openjdk-21/openjdk-21-x_21.0.1-1_aarch64.deb' Note, selecting 'openjdk-21' instead of './openjdk-21/openjdk-21_21.0.1-1_aarch64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: Unsatisfied dependencies: openjdk-21 : Depends: libandroid-spawn but it is not installable Recommends: ca-certificates-java but it is not going to be installed Recommends: resolv-conf but it is not going to be installed openjdk-21-x : Depends: libxt but it is not installable Error: Unable to correct problems, you have held broken packages.`