wgetを使うと「wget: unable to resolve host address ‘xxx.zzzzz.com’」と表示されてダウンロードできない問題の解決策
- POSTS
- 85 Words
# wget http://www.webmin.com/jcameron-key.asc --2019-02-26 23:56:22-- http://www.webmin.com/jcameron-key.asc Resolving www.webmin.com (www.webmin.com)... failed: Name or service not known. wget: unable to resolve host address 'www.webmin.com' webminをダウンロードしようとwgetを実行するとエラーが出てダウンロードできない
名前解決ができていない??
解決策 [Unable to use wget command - Ask Ubuntuaskubuntu.com](https://web.archive.org/web/20200924154130/https://askubuntu.com/questions/425484/unable- to-use-wget-command “Unable to use wget command - Ask Ubuntu”)
Edit your Resolv conf using
# sudo vim /etc/resolv.conf Then Enter the below
nameserver 192.168.1.1 nameserver 8.8.8.8 nameserver 4.4.4.4 ~~~~~
Then Restart your Server Using