Skip to content

Instantly share code, notes, and snippets.

@zuyu
Last active April 20, 2022 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuyu/d4d6fba397cdbc3bf55332091f90d46b to your computer and use it in GitHub Desktop.
Save zuyu/d4d6fba397cdbc3bf55332091f90d46b to your computer and use it in GitHub Desktop.
Fix missing GLIBCXX versions by upgrading libstdc++6 in Ubuntu
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt upgrade libstdc++6 -y
sudo apt dist-upgrade
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment