centos 7 安装nodejs 12.x 安装gcc++升级7.3


 yum方式安装        参考 https://github.com/nodesource/distributions

1, root 权限下运行    curl -sL https://rpm.nodesource.com/setup_12.x | bash -

2,
sudo yum install -y nodejs


如需要gcc,,步骤如下
centos升级g++7.3.0
依次执行如下步骤命令:

sudo yum install centos-release-scl
sudo yum install devtoolset-7

scl enable devtoolset-7 bash


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM