大家好,欢迎来到IT知识分享网。
之前试验多次未找到了解决方法,偶然看到其他大神的配置中有此问题的解决方法;
连接为https://blog.csdn.net/qq_37245336/article/details/81870609
1 参考地址
https://blog.csdn.net/hymanjack/article/details/80285400
https://blog.csdn.net/github_36498175/article/details/80161362
https://www.linuxidc.com/Linux/2018-04/152109.htm
2 gfortran gcc
g++切换(安装gamit需要切换低版本)
sudo apt-get install gcc-5
gcc-5-multilib
sudo apt-get install g++-5
g++-5-multilib
sudo apt-get install gcc-6
gcc-6-multilib
sudo apt-get install g++-6
g++-6-multilib
sudo apt-get install gcc-7
gcc-7-multilib
sudo apt-get install g++-7
g++-7-multilib
sudo apt-get install gfortran-5
gfortran-5-multilib
sudo apt-get install gfortran-6
gfortran-6-multilib
sudo apt-get install gfortran-7
gfortran-7-multilib
sudo update-alternatives –install
/usr/bin/gcc gcc /usr/bin/gcc-5 50
sudo update-alternatives –install
/usr/bin/gcc gcc /usr/bin/gcc-6 60
sudo update-alternatives –install
/usr/bin/gcc gcc /usr/bin/gcc-7 70
sudo update-alternatives –install
/usr/bin/g++ g++ /usr/bin/g++-5 50
sudo update-alternatives –install
/usr/bin/g++ g++ /usr/bin/g++-6 60
sudo update-alternatives –install
/usr/bin/g++ g++ /usr/bin/g++-7 70
sudo update-alternatives –install
/usr/bin/gfortran gfortran /usr/bin/gfortran-5 50
sudo update-alternatives –install
/usr/bin/gfortran gfortran /usr/bin/gfortran-6 60
sudo update-alternatives –install
/usr/bin/gfortran gfortran /usr/bin/gfortran-7 70
然后选择gcc和g++ gfortran
sudo update-alternatives –config
gcc
sudo update-alternatives –config
g++
sudo update-alternatives –config
gfortran
3 主题定制
主题
https://www.gnome-look.org/p/1167049/
https://www.gnome-look.org/p/1241688/
图标 papirus
sudo add-apt-repository
ppa:papirus/papirus
sudo apt update
sudo apt-get install
papirus-icon-theme
pop系列
sudo add-apt-repository
ppa:system76/pop
sudo apt-get update
sudo apt install pop-theme
扁平化系列
sudo add-apt-repository
ppa:daniruiz/flat-remix
sudo apt-get update
sudo apt-get install
flat-remix-gnome
———————
此文系转载,原文链接为https://blog.csdn.net/qq_37245336/article/details/81870609
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/9937.html