We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
247 dpkg -l | grep libstdc++5 248 apt-get install libstdc++5 libstdc++5:i386 249 sudo apt-get install libstdc++5 libstdc++5:i386 250 sudo dpkg --add-architecture i386 251 sudo apt-get update 252 sudo apt-get install libstdc++5:i386 253 sudo apt-get install libc6:i386 libgcc1:i386 libstdc++5:i386 254 sudo apt-get install libc6:i386 libgcc1:i386 gcc-6-base:i386 libstdc++5:i386
The text was updated successfully, but these errors were encountered:
No branches or pull requests
247 dpkg -l | grep libstdc++5
248 apt-get install libstdc++5 libstdc++5:i386
249 sudo apt-get install libstdc++5 libstdc++5:i386
250 sudo dpkg --add-architecture i386
251 sudo apt-get update
252 sudo apt-get install libstdc++5:i386
253 sudo apt-get install libc6:i386 libgcc1:i386 libstdc++5:i386
254 sudo apt-get install libc6:i386 libgcc1:i386 gcc-6-base:i386 libstdc++5:i386
The text was updated successfully, but these errors were encountered: