ubuntu16.04安装gcc g++7.5.0及各个版本的切换
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-7
sudo apt-get install g++-7
出現以下錯誤:
Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies:gcc-7 : Depends: cpp-7 (= 7.5.0-3ubuntu1~16.04) but it is not going to be installedDepends: libgcc-7-dev (= 7.5.0-3ubuntu1~16.04) but it is not going to be installedwine-wechat : Depends: wine-stable but it is not installable E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).sudo apt --fix-broken install
?
然后繼續:
sudo apt-get install gcc-7
切換gcc版本
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 100
sudo update-alternatives --config gcc
gcc
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 100
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 100
g++
?
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 100
?
參考:
https://blog.csdn.net/HelloJinYe/article/details/107404031
https://blog.csdn.net/weixin_35762621/article/details/80336291?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param#commentBox
?
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的ubuntu16.04安装gcc g++7.5.0及各个版本的切换的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 数据结构与算法的联系
- 下一篇: Ubuntu系统opencv4.4 op