I’m trying to install gcc-c++ 11.3.1 on fedora 40 and not working
I tried to install rpm from several websites and some of them show this error:
`Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests
- nothing provides gcc = 11.3.1-4.4.el9 needed by gcc-c++-11.3.1-4.4.el9.x86_64 from @commandline
- nothing provides libstdc++ = 11.3.1-4.4.el9 needed by gcc-c++-11.3.1-4.4.el9.x86_64 from @commandline
- nothing provides libstdc++-devel = 11.3.1-4.4.el9 needed by gcc-c++-11.3.1-4.4.el9.x86_64 from @commandline `
and also tried to build the package and not working
is there a solution for this?