termux commands | Learn Termux

By | December 30, 2018

termux commands that you must know if you are interested in learning Termux.

termux commands
termux commands

What is Termux?

Termux is basically an Android terminal emulator. It is an application that provides a Linux environment. Where you can run commands. Termux does not require rooting for its installation.

What you can do through Termux?

You can do a lot of things through Termux. You can run Netcat, NetHunter, Nmap and other important things you can do here in Termux. It support mostly programming languages.

How to install Termux?

You can install Termux by just going to your Google play store and search for Termux app.Just click on the first app and install that app.

Basic termux commands:

Following are the basic commands for termux.

pkg search [package_Name]

This command is used to search any package in termux.

For example:

I want to search python package then I will type the above command as:

pkg search python.

So it will show all the related packages.

Pkg install [package_Name]

Above command is used to install any package in termux.

For example:

I want to install python in my termux then I will type above command as:

pkg install python

It will start installing click yes After some time your package will be installed.

If I want to install python2 then I will type the above command as:

pkg install python2

So python2 package will be installed.

pkg list or apt list

Through this command you can watch a list of packages that you can install in termux .If you do not know about which package I can install.

It will show you a list of packages that you can install.

clear:

Through this command you can clean your termux terminal.

top:

Through the above command, you can know about all the running processes in Termux just by typing the above command.

I request you to share this article with others If you found this article helpful.

You can encourage me by sharing this post.Spread the love because sharing is caring.

See Also:

SEE ALSO:

Cybersecurity and Vulnerability Exam questions with answers

Leave a Reply

Your email address will not be published. Required fields are marked *