I was having the same problem when trying to run other program, and found a solution onStackOverflow.
Basically, just do the following commands: Firstly, install:
sudo apt-get install libstdc++6
This should already be installed by default, but try it anyway. If it doesn't solve it, just do the following:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
本文详细介绍了如何解决在运行程序时遇到的缺失libstdc++6库的问题。首先尝试通过安装libstdc++6来解决,如果问题依然存在,则可以通过添加Ubuntu工具链PPA进行系统更新和升级,最终解决问题。

3193

被折叠的 条评论
为什么被折叠?



