CentOS 无法通过 yum 安装新版 nodejs 解决办法(安装的还是老版的)

Posted savokiss

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 无法通过 yum 安装新版 nodejs 解决办法(安装的还是老版的)相关的知识,希望对你有一定的参考价值。

官网安装说明:CentOS 安装 nodejs

 

第一步:

curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -

第二步:

sudo yum -y install nodejs

 

如果以上步骤不能安装 最新版 node,执行以下命令后再执行第二步:

sudo yum clean all

 

如果存在多个 nodesoucre,执行以下命令删除,然后重新执行第一第二步:

sudo rm -fv /etc/yum.repos.d/nodesource*

 

以上是关于CentOS 无法通过 yum 安装新版 nodejs 解决办法(安装的还是老版的)的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 下使用yum安装nodejs

CentOS通过yum安装Docker

centos7.2,看似复杂,实则简单,从零开始安装node部署kos链接mysql,外接nginx。

CentOS yum方式安装redis最新版

centos7 yum install redis

032-Centos下安装Git工具