当我尝试在 Ubuntu 14.04 LTS 中编译 c++ 程序时,它显示:
The program g++ is currently not installed but this package is not available
我还检查了一下,/user/bin/
没有名为 g++ 或 g++-4.8 的文件。我该怎么办?
答案1
您需要做的就是build-essential
包裹
sudo apt-get install build-essential
当我尝试在 Ubuntu 14.04 LTS 中编译 c++ 程序时,它显示:
The program g++ is currently not installed but this package is not available
我还检查了一下,/user/bin/
没有名为 g++ 或 g++-4.8 的文件。我该怎么办?
您需要做的就是build-essential
包裹
sudo apt-get install build-essential