How do I install g++
for Fedora Linux? I have been searching the dnf
command to install g++
but didn't find anything.
How do I install it?
I have already installed gcc
How do I install g++
for Fedora Linux? I have been searching the dnf
command to install g++
but didn't find anything.
How do I install it?
I have already installed gcc
try
sudo dnf update
and thensudo dnf install gcc-c++
In the newer distribution you can just type command as blow
I had the same problem. At least I could solve it with this:
Hope it solves your problem too.