美文网首页
Ubuntu如何安装最新版安装gcc

Ubuntu如何安装最新版安装gcc

作者: 无味wy | 来源:发表于2021-07-17 19:42 被阅读0次

安装GCC Compiler Ubuntu 18.04
1.首先更新包列表:

sudo apt update

2.安装build-essential软件包

sudo apt install build-essential

3.要验证GCC编译器是否已成功安装,请使用gcc --version命令打印GCC版本

gcc --version

因为ubuntu linux 默认的GCC版本为7.4所以输出的结果应该是

gcc (Ubuntu 7.4.0-1ubuntu1~18.04) 7.4.0
Copyright © 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

相关文章

网友评论

      本文标题:Ubuntu如何安装最新版安装gcc

      本文链接:https://www.haomeiwen.com/subject/ebbbpltx.html