GCC is a common compiler of multiple programming languages including C, C++, Java etc. Many open source projects are compiled using GCC.
In this article, we will cover step by step to install GCC in Ubuntu. This will aply for 20.04, 18.04 and 16.04 LTS distribution system.
Prerequisites: To install GCC in your system, you must be logged in as sudo user.
Update package repository list to latest with bellow command.
sudo apt-get update
Now install the build-essential package as it is required, it will also install gcc, g++, make etc.
sudo apt-get install build-essential
Install manpages-dev package which provides all manual details for the softwares.
sudo apt-get install manpages-dev
If you want to check that GCC is successfully installed in your system, run bellow command. It will print current gcc version
gcc --version
Congratulations, GCC is now installed in your system and you can now start compiling. For more information on GCC, visit the official documentation page.
Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on [email protected]
Manipulating CSS using jQuery css method
Sometimes you need to add or change CSS...How to Send email in Django using Google SMTP server
Sending emails is one of the important p...How to Trigger a Click on a Link Using jQuery
Use the jQuery click() Method You can...Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist
Today, we are install laravel 5.5 and in...Laravel 5.5 - Google reCaptcha Code With Validation Example
Today, we are share with you in this art...