About Android phone software Termux use

Source: Internet
Author: User

Recently learning to use Linux, occasionally found a magic software--termux,termux is a terminal simulator from abroad, is running on the internal storage of the program (not on the memory card), the function is more powerful, start the program will enter the command line terminal, Basic knowledge of Linux operations is required, and it is well known that Android is a castrated version of Linux, so the use of terminals is also true to Android. TERMUX Support APT package management, so you can directly use: Apt-get Install * * * * * (you want to install the package) online installation software, of course, also support the download package after self-compiled installation, Debian system software Deb, can be downloaded in the folder after use Dpkg -install installation, this part is not verified, but on the Termux can be command operation, although Termux has implemented a lot of Linux functionality, but still limited to the platform, not compared to computer Linux. Termux is used almost as much as Linux, and the underlying functionality can still be achieved. After my three days of use exploration, has built the environment I need, some learning operations can be separated from the computer side, MySQL (mariadb), Python2,python3, can run, Ipython boot speed even faster than the Windows command line Ipython, It is said that the Java compiler can be run on it because there is no validation. Even if there is a need you can install Apache2 server, but only partially feasible, the specific still need to follow-up verification. It is worth mentioning that Python runs very well on Termux, a friend needs C and C + + compiler gcc and g++, is fully operational, in the environment when the need for these two compilers, can be installed, but need to apt-get Iinstall clang, This step is necessary. Python installation is simple, method one, Apt-get install Python, method Two, pkg install Python, this is because Termux has its own maintenance for the Android software library, they have mirror image site in Tsinghua University, If the original software download installation is slow or not, you can use the image of Tsinghua University, specifically in Tsinghua University mirror site has steps.

Recently there are learning databases and Python so install the software immediately after installing the two software, MySQL and Python. But because of the beginning of learning and use a lot of problems. On Termux It is not possible to install MySQL directly you need to install his replacement mariadb, is a branch of MySQL using the same method: 1,pkg install Mariadb,2,apt-get install MARIADB. After the installation you can use MYSQLD to start your MySQL service, after the launch, another open window input mysql can be used MySQL statement, and the computer side no difference, Note the phone Termux installation mariadb is not required to set the root password, but can also be set, specific subsequent updates. Python installation is relatively smooth, directly apt-get install Python, of course, to install PIP. But the installation of Python some trouble specific if someone needs to be able to send me e-mail [email Protected],python Library Some can not be implemented library can not be installed, but if you and I as a beginner, the available libraries are very rich, crawler scrapy can be installed.

MARIADB Database

Installing the VIM Editor

Ipython

My database

However, because the keyboard on the phone is not convenient to enter a special symbol of some inconvenient, later study without carrying a notebook everywhere run tired of killing. I have a Bluetooth keyboard that is simply convenient and the computer does not have to boot.

There is a network The great God has used Termux make can link the computer to the database. So the Termux function is powerful enough.

Installation software is not smooth sailing there are a lot of dependent libraries need to compile and Baidu, I went a lot of detours, so write to the needs of the people, hoping to have a little use.

About Android phone software Termux use

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.