Skip to content

Instantly share code, notes, and snippets.

@zuyu
Last active May 29, 2024 19:37
Show Gist options
  • 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