Learn How to Install G++, C++ compiler in Fedora Linux
GCC-C++ is a GNU C++ compiler which is used for compiling C++ source code to generate an executable file.
Follow these steps to install G++ on Fedora
1. In the terminal run the below command
```
sudo dnf install gcc-c++
```
2. To verify the installation, run the command
```
g++ --version
```
This command will display the version information of G++ installed on your system.
#fedora #C++ #G++ #Linux #Programming
Start learning now 👉 https://growyourskill.in/
Connect with me
LinkedIn: / neeraj-avinash
GitHub: https://github.com/neerajbg