ok, so the problem was that I tried installing the package with yum , which is the main tool for receiving, installing, uninstalling, querying and managing Red Hat Enterprise Linux RPM software packages from official Red Hat software repositories, as well as other third-party repositories.
But I use ubuntu and the usual way to install packages on the command line in Ubuntu with apt-get. therefore the correct command is:
sudo apt-get install libstdc++.i686
Shachar hamuzim rajuan
source share