I can't install g++ on fedora ㅜ

Asked 2 years ago, Updated 2 years ago, 34 views

How do I install g++ on Fedora Linux?

yum install g++

They say they found nothing Gcc is already installed

c++ linux

2022-09-21 19:23

1 Answers

It should be installed as gcc-c++ instead of g++ (I don't know why the name is like this

)

sudo yum install gcc-c++

Install it as


2022-09-21 19:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.