> Attention!

New threads need to be created only inroot partition! In the future, they will be processed by moderators.

If you posted a new version of the program, please notify the moderator by clicking the "Complaint" button on your message.

Catalog of Android programs



Termux | Powerful terminal emulator with an extensive collection of Linux packages.



Rep: (241)
Termux
version: 0.102

Last update of the program in the header:21.10.2020

Attached Image

Screenshots:
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image

Short description:
Termux combines powerful terminal emulation with an extensive collection of Linux packages.

Description:
Termux combines powerful terminal emulation with an extensive Linux package collection.

• Enjoy the bash and zsh shells.
• Edit files with nano and vim.
• Access servers over ssh.
• Compile code with gcc and clang.
• Use the python console as a pocket calculator.
• Check out projects with git and subversion.
• Run text-based games with frotz.

It can be installed at the bottom of the system. Get access to help and help you choose where you need it.

Want to read the help online?
Seehttps://termux.com/help.html

Want to ask questions, report bugs or give feedback?
Seehttps://termux.com/community
Useful:

Android required: 7.0 and higher
Russian interface: Not

Developer: Fredrik fornwall
Homepage: https://termux.com/
Google Play: https://play.google.com/store/apps/details?id=com.termux

F-Droid: https://f-droid.org/ru/packages/com.termux/
GitHub: https://github.com/termux/
Wiki: https://wiki.termux.com/wiki/Termux_Wiki_(РЅР°_СЂСѓСЃСЃРєРѕРј)

How to choose the right version?

Download:
Version: 0.102 TERMUX (Digmavip)
Version: 0.101 of 29/09/2020 (iMiKED)
Version: 0.99 of 15/09/2020 (iMiKED)
Version: 0.98 of 09/08/2020 (RiddickABSent)

Version: 0.48 + Python debugging Termux (Post mr-js # 59531095)
Version: 0.42 + Add-ons Rus Termux (Fast rezvorck # 51895902)
Add-ons: Termux (Post ArsSL # 67974935)

Past versions


Post has been editedvelikashkin - 21.10.20, 19:56
Reason for editing: Update: New version 0.102 Termux



Rep: (2)
Usage Tips:
There is such a legendary thing as autostart. This mythical image - great and mighty
bash.bashrs
Rumor has it that it can be found at
$ PREFIX / etc / bash.bashrs
Edit it and change the rights possible without root. Personally, I have created for convenience at it hard link in your home folder:
ln $ HOME / autorun $ PREFIX / etc / bash.bashrs

What's the catch? Let's say I'm tired of every time prescribe the $ PREFIX / ... name is too long, for very often used. So I finished the bottom of this very great and mighty startup the following line:
R = "$ PREFIX"

As a result, instead of the $ PREFIX I can write $ R.
Do not pay attention to the bar at the top, which is sort of written in zhabaskripte. Just write your code to bash'e beneath this line and there are no problems. Lines of type #! / Bin / bash is not necessary to write.
For those who are in the tank, and still does not understand choza heresy
This file is executed automatically whenever a new terminal window. I can go to register something like a greeting, some timer, after which he passed out terminal, they say, enough with you. Yes, I can write to any program and it will start in the new terminal, if added. It's like the auto-loading on the debian-systems and as a AutoRun in Windows. Hope came.



Rep: (10427)
M
For timely updates hats, all relizyorRules section and FAQ on creating and updating topics
Software update
Release a new (or translated) version
To properly lay out a new (or translated) version of the program, you must perform the following steps:
  • Download the untethered apk (exe, zip) file into the post
  • clearly indicate the version of the program
  • be sure to add a list of changes
  • publish the post and report it to the moderators on the button "complaint"



Rep: (0)
Do you have a GIT repository? You do not think to build a package to some or assembly? I plan to make your android assembly with a set of tools for the administrator.



Rep: (0)
I found a repository on Github.
A solid set of tools.
I would add a couple more.

abootimg
can-utils

Andr



Rep: (2)
We need a normal audio player under termuks. cmus'a, MOC'a, mp3blaster'a, herrie, sox, mplayer, etc. in the Source repository there, and play-audio malofunktsionalen too. It needs a minimum of change in volume and pause.



Rep: (13)
I do not understand how to perform sishny code. I say
gcc proga.c
He Campiglio. then I write
./a.out
He says Permission denied. Google it, you need to give the right to perform a.o ut. Ok, writing
chmod + x a.out
He says again bad right, Operation not permitted. That still does he want?
P. S. The phone is not rutovan course. It would have given him and all the su

Post has been editedDennga - 25.10.16, 14:21



Rep: (2)
* Dennga , Try to give the right magic numbers. Google if you do not know. It's very simple. If you want to give rights rwxr-xr-x, it is necessary to register chmod 755 ./a.out



Rep: (1651)
* Dennga , Where is physically located a.out ?, I hope not emulated sdcard?



Rep: (13)
* nikitosios20031, I'm telling you, tried, he says "Operation not permitted", the number of letters that
* Lvware, Well, I came out of the emulated linux-like tree where the Home directory, typed "cd /" "cd sdcard", that is, in the phone memory am.
Just tried to sdcard1 run, the result is the same, but now more permissions, owner and group can run, and the rest - no

Post has been editedDennga - 28.10.16, 17:24



Rep: (1651)
* Dennga, Do not know about you, but I have emulated sdcard noexec attribute is, in principle, does not allow the start with her, and when her chmod operations also swears like you. Use a different path, / data eg.



Rep: (13)
* Lvware, he even see it does not -
$ Cd /
$ Cd data
$ ls
ls: can not open directory '.': Permission denied
$



Rep: (1651)
* Dennga, Sorry, you took off without root.
Well then sit in the emulated termux Home directory, and run out (it is also in the / data / ...).



Rep: (13)
* Lvware, already tried, such as canoe



Rep: (1651)
* Dennga , It means doing something wrong:
$ Cp / data / busybox.
$ ls -l
total 924
-rwx ------ 1 u0_a100 u0_a100 943 792 Oct 28 22:13 busybox
$ Chmod -x busybox
$ ./busybox
-bash: ./busybox: Permission denied
$ Chmod + x busybox
$ ./Busybox swapoff --help
BusyBox v1.25.1 (2016-10-10 13:33:09 MSK) multi-call binary.

Usage: swapoff [-a] [DEVICE]

Stop swapping on DEVICE

-a Stop swapping on all swap devices
$ Busybox swapoff --help
swapoff: applet not found
$
Demonstration performance chmod in nonnative busybox'e.



Rep: (9)
How to install grub2 in termukse?



Rep: (2)
* Linux CE , Native hornbeam there is no need to search for and compile. And then, I'm not sure whether he seompiliruetsya under normal termuks

Posted on 10/29/2016, 10:22:

* Dennga In my opinion, to break the files on the memory card can not be without termuksa Root rights. Although, I do not know



Rep: (13)
* nikitosios20031, so I would have at least somewhere to break them, all the seats have already tried, have no access everywhere!



Rep: (2)
* Dennga Is there a root?



Rep: (88)
Dennga @ 30.10.16, 20:10*
everywhere there is no access!

The same problem: Permission denied. And I have a root, and from under the root does not want to run
Attached Image



Rep: (13)
* Bobko_904 I then realized what a joke. If NO Ruta:
cd ..
echo smt>src.c
gcc src.c
chmod + x a.out
./a.out

That is, it is done in Termuksa folder. Strange, but in the past it does not work, it was started a couple of days, just lie in this directory

Post has been editedDennga - 26.11.16, 15:10
Reason for editing: a.out


Full version    

Help     rules

Now: 30.10.20, 17:57