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?
sudo apt install yum. I would also like some help with this issue... There are no repos to enable, just none period. yum is not configured to look anywhere for packages. I guess i need to spin up a fedora vm and check what the configs are supposed to be. In your case, just use apt, as you are running ubuntu instead of fedora. (sorry for bugging you, this is to try to get help for my use case, which is i want fedora packages on ubuntu, it could be a duplicate of any new question i make(same error)) - mjz19910