📌  相关文章
📜  ImportError: usr lib x86_64-linux-gnu libstdc++.so.6: version `GLIBCXX_3.4.22' not found - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:40.004000             🧑  作者: Mango

代码示例1
# Run the following commands

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9
sudo apt-get upgrade libstdc++6