What new packages would you like to have on Termux #7199
Replies: 15 comments 32 replies
-
A fast Emulator |
Beta Was this translation helpful? Give feedback.
-
Deno 🦕 |
Beta Was this translation helpful? Give feedback.
-
Wait i forgot |
Beta Was this translation helpful? Give feedback.
-
We already have lots of pending package requests, see https://github.com/termux/termux-packages/issues?q=is%3Aopen+is%3Aissue+label%3A%22package+request%22. Would be interesting to know what exactly from this list you are consider useful and want to see packaged in Termux officially. P.S. Is there someone who successfully compiled OpenJDK with at least Android NDK r21? It can be compiled with old NDK but the support of currently used one is a prerequisite of making OpenJDK available. |
Beta Was this translation helpful? Give feedback.
-
I would like to see |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Python 3.10 would be great :). Will soon try to build one myself. Got some pointers from Python folks. |
Beta Was this translation helpful? Give feedback.
-
I am using sshfs to share files between linux and the termux. Its bit flaky mostly because wifi on chromebook is very choppy. Would be great some other file sharing tool that works over intermittent connections. |
Beta Was this translation helpful? Give feedback.
-
croc wont fit the bill, however seems like nice tool to know about. I want to expose termux files as part of filesystem on remote machine for which sshfs or samba service is suited. I tried sshfs but its flaky. Not sure if its possible to build samba on termux. |
Beta Was this translation helpful? Give feedback.
-
USB serial without serial module in kernel is in my opinion the last puzzle to solve and have all functionality Maybe this way is possible? |
Beta Was this translation helpful? Give feedback.
-
Why not? I would like to have |
Beta Was this translation helpful? Give feedback.
-
gentoo's portage package manager. so that all termux-packages could be easily merged/updated from source code to termux directly from termux without cross compile on PC first. it's not a single package, since it depend on other packages. gentoo is already a proot-distro release, and current mobile phone is powerful enough to do the compiling work. with the portage package manager, the C flags could be optimized for a specific soc to improve performance. for example CFLAGS="-march=armv8.2-a+crypto -mcpu=cortex-a76.cortex-a55+crypto -mtune=cortex-a76.cortex-a55". and the dependecy is well defined by runtime dependency, build time dependency and feature dependencies. fine ebuild phase with hook support, build.log wiht debug support for each package merged, slot for multiple version installation of some pacakges, such as install python3.{7,8,9,10}, while select python3.9 currently system wide phthon. gentoo portage surport prefix and gentoo prefix could co-exist smoothly with other GNU/linux. |
Beta Was this translation helpful? Give feedback.
-
This looks certainly interesting, if feasible. If I understand correctly,
Instead of porting a package by package, if we somehow make existing
package manager that would be great. I just don't know the internals to
know if this is feasible especially for more close to OS system software --
postgres, samba, etc.
…On Tuesday, October 5, 2021, zxq432 ***@***.***> wrote:
gentoo's portage package manager. so that all termux-packages could be
easily merged/updated from source code to termux directly from termux
without cross compile on PC first. it's not a single package, since it
depend on other packages. gentoo is already a proot-distro release, and
current mobile phone is powerful enough to do the compiling work. with the
portage package manager, the C flags could be optimized for a specific soc
to improve performance. for example CFLAGS="-march=armv8.2-a+crypto
-mcpu=cortex-a76.cortex-a55+crypto -mtune=cortex-a76.cortex-a55".
gentoo portage suport prefix and gentoo prefix could co-exist smoothly
with other GNU/linux.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5DLBIAMEVQEOZKDOMF5MLUFMCBBANCNFSM5BBSVXXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Currently, termux sits well perfectly in my workflow. I have some
requirements for other packages/enviorments (including samba) that I am
exploring. Was interested in that regard.
Will look into the alternatives as well. Thanks for those too.
…On Wednesday, October 6, 2021, Leonid Pliushch ***@***.***> wrote:
You're looking for proot'ed distribution. There no way to turn Termux
environment into traditional distribution. Moreover, that's not it's goal.
Termux is extended Linux user space environment for Android OS. If that
chosen Termux road bothers you, please use alternatives such as
https://github.com/CypherpunkArmory/UserLAnd or Linux Deploy.
postgres is available as postgresql package.
samba is present in unstable repo.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7199 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5DLBNRBJJPFA24G2I7CK3UFP3TRANCNFSM5BBSVXXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
@leechaowen https://github.com/its-pointless/gcc_termux https://wiki.termux.com/wiki/Package_Management#Community_repositories |
Beta Was this translation helpful? Give feedback.
-
Termux has got 1300+ packages and is still growing. There may be many projects which are cool, useful as well as fun to have, and which we may have missed adding here. If you have got a awesome package you are in need of or something cool you created. Make sure you share it with the Termux users too
Heres the criteria for commenting and asking for a package here:
Beta Was this translation helpful? Give feedback.
All reactions