Skip to main content

ads by google

How to use Termux App for Android : Terminal Emulator and Linux environment


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:
Steps and Instructions :
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 (as shown in screenshot):
apt update

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.

Comments

  1. Simply the article is awesome
    Visit Tech News to get tips and tricks of Technology, Android, Websites and others.

    ReplyDelete

Post a Comment

Popular posts from this blog

Download Nmap,txt,Pdf file from download button: A Guide To Port Scanning Using Nmap In TCP, ports are the ends of logical connections which are used for carrying long term conversations. And, Port Scanning is the process of acquiring information on the open and closed ports in systems, mainly with the purpose of getting information on what services and software are running behind them. 8 Nmap is a commonly used software for Port Scanning. In this article, I would explain how to use nmap for Port Scanning. Numbering of Ports Ports are specified by numbers ranging from 1 to 65535. Out of these port numbers, port numbers -> 0 – 1023 are used by various services of the Operating Systems. -> 1024 – 49151 are registered to be used by certain services. -> 49152 – 65535 are not registered and can be used for private use. Installing nmap In a Linux system, nmap can be easily installed following a few steps. For example, in Ubuntu, it can be in
ANDRO TECH Complete and professional tutorials to Hack WPA/WPA2 Wifi All Posts Install Kali Linux In VMware How To Crack WPA/WPA2 with Kali Kali.org Disclaimer How To Hack WPA/WPA2 Wi-Fi With Kali Linux & Aircrack-ng Written by Shudarshan Kali Linux can be used for many things, but it probably is best known for its ability to penetration test, or “hack,” WPA and WPA2 networks. There are hundreds of Windows applications that claim they can hack WPA; don’t get them! They’re just scams, used by professional hackers, to lure newbie or wannabe hackers into getting hacked themselves. There is only one way that hackers get into your network, and that is with a Linux-based OS, a wireless card capable of monitor mode, and aircrack-ng or similar. Also note that, even with these tools, Wi-Fi cracking is not for beginners. Playing with it requires basic knowledge of how WPA authentication works, and moderate familiarity with Kali Linux and its tools. If you feel you ha