Last active
May 29, 2024 19:37
-
-
Save zuyu/d4d6fba397cdbc3bf55332091f90d46b to your computer and use it in GitHub Desktop.
Fix missing GLIBCXX versions by upgrading libstdc++6 in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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