tera icon indicating copy to clipboard operation
tera copied to clipboard

Installation instructions don't work on Termux (aarch64)

Open kumoshk opened this issue 3 years ago • 4 comments

I downloaded the tera_0.4.1-1_all.deb file, moved it to ~/temp, went to that directory, and typed apt install ./tera_0.4.1_all.deb (FYI: Termux doesn't use sudo). The response was this:

Reading package lists... Done E: Unsupported file ./tera_0.4.1_all.deb given on commandline

mpv works just fine on Termux, though.

My devices's architecture is aarch64.

I'm using Termux 0.118.0 on Android 10, on a VastKing KingPad SA10.

kumoshk avatar Aug 26 '22 07:08 kumoshk

Sorry for the problem. I tested Tera on Debian/Ubuntu but not Termux(aarch64). If you know how to make a package for Termux(aarch64), I can try to create it.

shinokada avatar Aug 26 '22 08:08 shinokada

No worries. I'm just trying to help; I'm not complaining. I'm afraid I've never made an official Termux, Debian, Ubuntu, Fedora, or even PyPi package for any architecture. There are instructions for making Termux packages online that would probably make sense for someone who was familiar with making packages, though. I do program (mostly in Python), though. The biggest thing to consider is probably that sudo isn't used in Termux (you can just omit it and the commands still work). Here are the instructions I mentioned (maybe you already saw them, but I don't know): https://github.com/termux/termux-packages/wiki/Creating-new-package

kumoshk avatar Aug 29 '22 16:08 kumoshk

I have read of people using it on termux. could someone briefly give some hints on how to install it on termux? thank you!

wokawoka avatar Jun 08 '23 13:06 wokawoka

I don't use termux, but can you use the termux-exec package to run this?

shinokada avatar Jun 08 '23 21:06 shinokada