How to Install GCC on Ubuntu | 2023 |

Published: 30 March 2023
on channel: PHANTOM BD
2,385
35

WELCOME TO PHANTOM BD
---------------------------------------------------
TODAY I AM GOING TO SHOW YOU
===================================
HOW TO Install GCC on Ubuntu :
===================================
How to Install GCC on Ubuntu

1. Open Terminal

2. Copy and paste the following commands :

sudo su

sudo apt update

sudo apt install gcc

sudo apt install build-essential

sudo apt-get install manpages-dev

gcc --version

====================================

=====================================