ubuntu下升级gcc11环境
使用ppa源升级
官网地址: https://launchpad.net/
ppa toolchan/test地址:
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
1.添加软件源
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
2.搜索软件
apt-cache search gcc-11
3.安装
apt-get install gcc-11
apt-get install g++-11
4.使用
安装完后,/usr/bin目录下,会有gcc-11 和g++-11,可以建立软连接简单使用,也可以直接使用gcc-11或者g++-11
勤奋+方法+毅力,如果做到了,成功只是时间问题。