1

I'm trying to downgrade my gcc from 7.4 to 7.3 but I'm unable to delete it.

I tried the following command with no luck. It removes 4.8.5 but not 7.4.

sudo yum remove gcc

I tried make uninstall in the gcc dir. It said that

the uninstall target is not supported in this tree

I tried also this question and also this one but with no luck.

John Kugelman
  • 349,597
  • 67
  • 533
  • 578
yaodav
  • 1,126
  • 12
  • 34
  • 1
    You do not want to remove the installed version of gcc. Most of your system and the libraries installed depend on a specific version of glibc. You can see [How to use multiple versions of GCC](https://stackoverflow.com/q/448457/3422102) and hopefully accomplish what you are trying to do in a sane manner. – David C. Rankin Jul 29 '20 at 19:34

0 Answers0