E
E
eldar_web2015-02-16 19:16:05
linux
eldar_web, 2015-02-16 19:16:05

What does Could not resolve host: get.rvm.io mean in UBUNTU with a specific command?

I am new to linux.
I want the command curl -L get.rvm.io | bash -s stable install RVM
says Could not resolve host: get.rvm.io...
What does this mean??? Although I have curl.
I had a known_hosts file in .ssh/, and I deleted it, maybe that's the issue?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Angapov, 2015-02-16
@celebrate

Quite right, you need to register the DNS server. Enter the commands in the console:
cat > /etc/resolv.conf << EOF
nameserver 8.8.4.4
nameserver 8.8.8.8
EOF

U
Unknown Hero, 2015-02-16
@UnknownHero

stackoverflow.com/questions/11937157/could-not-res...
They say DNS from Google should be
installed https://developers.google.com/speed/public-dns/doc...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question