Fix Error Linux

Enable Linux terminal in windows and install C compiler in Linux



In this video, we will learn
1. How to install C compiler in linux by enabling windows subsystem for linux
2. Installing GCC compiler in linux
3. Installing GDB in linux
4. How to write, compile and execute a simple hello world program

Text version of the videos

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.

Please join me to gift education for those who cannot afford

To update package list info :
sudo apt update

To upgrade the packages :
sudo apt-get upgrade

To create a new folder :
mkdir foldername

To create a new file :
vim file_name

To install GCC compiler :
sudo apt-get install gcc

To install GDB :
sudo apt-get install gdb

VIM:
Vim stands for VI improved is a most popular and widely used text editor in UNIX-LIKE systems.

GCC :
The GCC i.e. “GNU Compiler Collection” includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D, as well as libraries for these languages (libstdc++,…). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user’s freedom.

Complete C Tutorial for Beginners

C Tutorial for Beginners Blog
.

Concluzion: Enable Linux terminal in windows and install C compiler in Linux – C compiler installation,compiler,Linux subsystem for windows,install c compiler,install linux in windows,linux terminal in windows,download and install c compiler in linux,Example C compilers,use of compiler,C Language,Learn C Language,multics operating system,unix operating system,Hands-on C Language Training,Online C Language Training,C Language tutorial,C Language Interview Questions,Introduction to C Language,basics of c language,c programming

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply