Linux Centos7系統安裝Nodejs

2021-10-07 14:27:10 字數 799 閱讀 6447

wget
2.解壓

tar xf node-v10.16.0-linux-x64.tar.xz
3.進入目錄

cd node-v10.16.0-linux-x64
cp /etc/profile /etc/profile.bak  //備份操作,可忽略
vim /etc/profile
在最下面新增 export path=pat

h:後面

跟上no

de下b

in目錄

的路徑如

:exp

ortp

ath=

path: 後面跟上node下bin目錄的路徑 如:export path=

path:後

面跟上n

ode下

bin目

錄的路徑

如:ex

port

path

=path:/root/node-v10.16.0-linux-x64/bin

5.重啟配置

source /etc/profile
6.看到版本資訊代表安裝成功

node -v
注意:wget vim 需要安裝:

yum install wget

yum -y install vim*

Linux Centos7下boost庫安裝

在安裝之前最好保證你的gcc是高版本的,否則有時候安裝高版本的boost會出錯。我是在root許可權下進行的這些操作。wget解壓壓縮包。tar zxvf boost 1 69 0.tar.gz進入boost 1 69 0,執行 cd boost 1 69 0 sudo bootstrap.sh p...

Linux Centos7 下Mysql的安裝

root bogon whereis mysql mysql usr bin mysql usr lib mysql usr share mysql usr share man man1 mysql.1.gz root bogon rpm qa grep mysql mysql community ...

Linux centOs7系統安裝Mysql

目錄 使用yum安裝 1.檢查是否已經安裝 yum list installed grep mysql 2.刪除已經安裝的mysql yum remove mysql 3.配置yum源 wget i c yum install mysql57 community release el7 10.noa...