So , Today I am gonna teach you , how you can install turbo c in kali Linux
Step 1. Install Dosbox in Kali
$ sudo apt-get install dosbox
Step 2. Download Turbo C (compressed)
You can download the compressed turbo c using the below link
DOWNLOAD LINK FOR TURBO C++.
Step 3. Extract the file and rename the folder as TC3 and move it to your home directory
Step 4. Open Dosbox and type the following commands
Step 1. Install Dosbox in Kali
$ sudo apt-get install dosbox
Step 2. Download Turbo C (compressed)
You can download the compressed turbo c using the below link
DOWNLOAD LINK FOR TURBO C++.
Step 3. Extract the file and rename the folder as TC3 and move it to your home directory
Step 4. Open Dosbox and type the following commands
- mount c ~ [Note if you getting error "Drive C is already Mounted as/with Local directory home/username/" type the command "C:" ]
C:
cd tc3 [Here "tc3" is the folder name]
install.exe - Now Turbo Window will popup
Click Enter
- Now it will ask you " Enter the SOURCE drive to use :" = Enter "C" in the place of default drive "A".
- Press "Enter" when it ask asks abour SOURCE Path
- Use UP/Down arrow keys .Select "Start Installation"
- Now the installtion goes on.once completed press any key to exit
- After the installtion you will find a new folder named as "TC" inside your Home folder
- Now you have to mount the new folder "TC"
- open DosBox Emulator window & Type "cd.." if the window is not closed.If the you have closed the DosBox window you have to write the following commands to mount the new folder
Z:\>mount c ~
Z:\>
C:\>cd tc
C:\TC>cd BIN
C:\TC\ BIN>tc.exe - Now the Turbo C complier window will be shown.Write the programs and excute it as you have done on the windows
- If you want open Turbo C compiler in ubuntu you need to run to write the Step: 14 commands in DosBox Emulator to launch the compiler
- Thats' it



Comments
' has no installation candidate