Skip to main content

Run C and C++ Program in Android using Termux

Install And Run Kali Linux In Android Using Termux Terminal Emulator

Hello Friends, This is Suraj Giri from Technical Glamour  . In this Blog I have discussed about installation process of kali Linux in Android Phone. Kali Linux is one of the operating system of Linux series. It comes with a lots of inbuilt tool of security testing and many more. And most of the tool are developed for Linux Operating System only. 

For visual understanding of How To Install Kali Linux In Android, Must watch this video. In this video each step is shown cleary with all common doubt solving.


So, let's discuss about the steps to install Kali Linux in Android Using Termux:Follow the following steps to understand the installation process of Kali Linux in Android: 

Step 1. Download the Termux Application from below link. Actually Termux is a terminal emulator which provides the environment of Linux in Android operating system. You can install lot's of hacking and testing tools using this and use as per your need. If you want to tutorial on Termux then comment below I will surely write an article on it.Download Termux from this link..

https://play.google.com/store/apps/details?id=com.termux


Step 2. Now open the termux and clear the screen using command "clrscr".Then write command "apt update && apt upgrade". It will update and upgrade, all the inbuilt tools of Termux.

Before writing the command to install Kali Linux, we need to install two addition tool i.e "wget" and "bash" which help us to install Kali Linux means it will use in command of Installation Kali Linux.

So, Let's Install them 1st from our Termux Terminal.

Step 3. Now Install wget using command "apt install wget"

Step 4. Now Install bash using commadn "apt install bash"

If your screen get stuck during installing of bash then just press enter button from your keyboard, it will auto go to next.

Step 5. COMMAND TO INSTALL KALI LINUX. Now Following is the command to install kali linux.. Just copy the command from here and paste in your terminal.

"pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh"

It will take some time and take around 80 MB of your data. So Thanks for reading the whole article. This is complete for now, I will see you next time.

Comments

  1. Thanks a lot��

    ReplyDelete
  2. Thankssssss sooo much 💕💕❤️

    ReplyDelete
  3. Kaha se install kare termux header files problem in c

    ReplyDelete

Post a Comment

Popular posts from this blog

Install ExaGear Windows Emulator In Android Phone

 Hii Friends You must have used Typing Master software In your or your relative's Laptop or PC but have you listen about uses of windows softwares in Android Phone? Your answer may be yes or No but keep in mind that nothing is Impossible in the World of Technology. So Lets Begin There are lots of Windows Emulators are available but today we only discuss about one of the best Windows Emulator Application known as ExaGear. Actually Installation process of ExaGear Application is little complicated. So we understand it step by step... INSTALLATION PROCESS OF EXAGEAR Step 1: Download ExaGear Windows Emulator  zip file by following link    🔥🔥🔥 Download ExaGear Application with its Data link-- https://www.mediafire.com/file/7ik5ciqq91tn0qd/Exagear_android.7z/file Step 2:  Download Zarchiever app from play store  🔥🔥 Download ZArchiver App link-- https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver Step 3: Open Zarchiever app and Select the downl...

Install DEV C++ In Android Phone

Hii Friends... This article is for those who don't have Laptop or PC and wanted to do programming in his or her android phone. In this article we will discusss about Installation Process of Dev C++ in Android Phone. Most of us know about Dev C++. If you don't know then Don't worry I am going tell about the same. DEV C++ is well known IDE for programming of c and c++ programming languages. It's one of the best IDE and having all modern features. It is a free fully featured Integrated Development Environment distributed among user under the GNU General Public License for programming in C and C++. Dev-C++ is a free IDE for Windows that helps reduce the manual work required when programming. It comes with a wide range of features such as an integrated debugger, class browser, automatic code completion, function listing, profiling support, customisable code editor, project manager, and pre-made templates for various projects, tools manager and many more. For Visual Understan...

Run C and C++ Program in Android using Termux

Hello Friends, This is Suraj Giri from Technical Glamour  . In this Blog I have discussed about  How to run C and C++ program in Android using Termux Terminal Emulator. I have installed Nano editor in Termux for writing source code and Clang Compiler for compile and run the program. For visual understanding of How To Run C And C++ Program In Android Using Termux , Must watch this video. In this video each step is shown cleary with all common doubt solving We know that to write programs we need an Editor. You must have listen about some well known editors to write codes. e.g VS Code, Nano, VI , Notepad++ etc. Generally Nano and VI  editors are used in Unix based OS. So, In termux we can install anyone from both and by the way many more editors are also available for Unix OS to be used in termux. In this blog we will learn about Installation Process of Nano in Termux. We must required a compiler to find bugs or error and to execute our codes. You must have listen about so...