I'm trying to install "libstdc++.i686" with
yum install libstdc++.i686
but it failes beacuse of this error:
qa@qa-teamcity01:/usr/local/nsis/nsis-2.46-src$ sudo yum install libstdc++.i686
[sudo] password for qa:
There are no enabled repos. **Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable
I've looked at my repos.d directory (/etc/yum/repos.d) and its empty, and opend yum.conf file and didn't see any repositories.
How do i get the repositery that i need?