![]() |
|
a small problem - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: a small problem (/Thread-a-small-problem) Pages:
1
2
|
RE: a small problem - perry - 11-29-2017 Basically, just do the following commands: Firstly, install: sudo apt-get install libstdc++6 This should already be installed by default, but try it anyway. If it doesn't solve it, just do the following: sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade I didn't perform the "dist-upgrade" command, but the ones before solved it for me RE: a small problem - kabir145 - 11-30-2017 i have faced this error too but for me the following commands solved the problem sudo apt-get update sudo apt-get upgrade RE: a small problem - Decent12 - 11-30-2017 I think you are using an old os anyways here you go type the following commands apt-get install sudo (if sudo is not installed) sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get install libstdc++ |