赞
踩
安装g++:
sudo apt-get install g++
安装失败提示maybe run apt-get update or try with --fix-missing
此时,用g++ -v 查看也没有版本信息
那么,我们执行
sudo apt-get clean
sudo apt-get update
再重新安装g++就OK啦