When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
24 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Get Termux.
Though that means you would need to learn how to do everything on the command line.
And depending on the project you may still not be able to run it in the Android environment.
probably forgot to mention that I'm anti-command-line
...although "conveniently" and "easy" were strong hints
Then it would depend on the particular project to determine if there even exists an app that can work with it.
You'll need to learn how to use the command line sooner or later
@rancid thicket Has your question been resolved? If so, type !solved :)
Depends on why you don't want to use it. If you don't want because you don't know how (how to compile from the command line), then I'd view this as an opportunity to learn how
But if you meant "I don't want to write code in nano or whatever, that's too slow" - that's completely fine
"Anti-command-line" sounded to me like the former, but if it's actually the later, then it's ok
@rancid thicket
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.
hehe
That's certainly not Arch, is it?
Is that arch in chroot?
it is
what's that?
So you managed to run a VM in there?
i maybe mistaken
a Termux PRoot environment
So basically chroot, but not really (https://wiki.termux.com/wiki/PRoot says they imitate it)
chroot is a syscall that tells an app to pretend that an arbitrary directory is /. So you can have a whole another linux distro sitting in a directory somewhere, and launch apps in it