1

2:nodejs-10.15.3-1nodesource.x86_64: [Errno 256] No more mirrors to try. On CentOS 7.6

Hello, When I am trying to install nodejs On Centos 7.6 . It has thrown some error like 2:nodejs-10.15.3-1nodesource.x86_64. How to fix this issue?

jackson
asked May 28, 2019
2 Answer
3

Just Execute the below commands to fix this issue.

yum clean all (if you're in a root user account) else sudo yum clean all ( normal user account)
and then Install
yum install nodejs -y

View More
linuxhelp
answered May 28, 2019
1

what does yum clean all command do?

Fart

its removes the yum cache.
rm -rf /var/cache/yum is as effective (more i think)

you can alias it easy...

alias cleanyum='rm -rf /var/cache/yum; yum makecache'

then you just run 'cleanyum'.

View More
lucky
answered May 29, 2019
Your Answer
||||
 
100:0

Related News in 2:nodejs-10.15.3-1nodesource.x86_64: [Errno 256] No more mirrors to try. On CentOS 7.6

Related News in 2:nodejs-10.15.3-1nodesource.x86_64: [Errno 256] No more mirrors to try. On CentOS 7.6