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.