OS/Ubuntu

Ubuntu gcc 11 install

강서버 2022. 1. 5. 12:06
728x90
반응형

Ubuntu gcc 11 install

 

$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
$ sudo apt-get update

 

$ sudo apt-get install gcc-11
$ gcc-11 --version

 

참고 : https://int-i.github.io/cpp/2021-07-10/ubuntu-gcc-11/

 

 

Ubuntu gcc 11.2.0 install

https://tutorialforlinux.com/2021/08/27/step-by-step-gcc-11-2-ubuntu-21-10-installation-guide/

 

 

728x90
반응형