g++安装

Seb*_*tin 2 g++ 12.04

我尝试在我的 Ubuntu 12.04 中安装 gpp,但我无法安装它。

据报道,

sudo apt-get install gpp
[sudo] password for akash:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gpp
Run Code Online (Sandbox Code Playgroud)

我尝试通过以下方式找到文件 gpp

find / -type f -name gpp
Run Code Online (Sandbox Code Playgroud)

但它说在所有过程中都拒绝许可。

the*_*eye 13

安装所有基本开发工具的最佳方法是

sudo apt-get install build-essential