Sign in to follow this  
Eminem

How to use Termux Ap Termux tut

Recommended Posts

How to use Termux Ap

Termux tut

=========

 

 

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically.Additionall packages are available using the APT package manager.

 

Developer: Fredrik Fornwall

 

Download link:

https://termux.com

 

Steps and Instructions :

 

[hide]

 

1.Download Termux app and install

it.Open Termux and wait for its complete installation.

 

2.Now, for first time you need to use this command 

 

 apt update && upgrade

 

3.Now,we can use apt command.To know how to use apt , click on Help in Termux app (Long press in Termux Terminal window will bring menu )

 

4.To get list of available packages,use this command:

apt list

 

5.To install any package,say python ,use this command:

apt install python

 

5.To search any package,say python. Use this command:

apt search python

 

6.To remove/uninstall a package,say python , use this command:

apt remove python

 

7.To see installed packages, use this command:

apt list –installed

 

★I hope this post will be useful to Android users who want to use Terminal with Linux environment on Android without need of rooting their phone.

[/hide]

Share this post


Link to post
Share on other sites

i heard this tollls in youtube

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this