-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instructions don't work on Termux (aarch64) #3
Comments
Sorry for the problem. |
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): |
I have read of people using it on termux. |
I don't use termux, but can you use the termux-exec package to run this? |
I downloaded the
tera_0.4.1-1_all.deb
file, moved it to~/temp
, went to that directory, and typedapt 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.
The text was updated successfully, but these errors were encountered: