[SOLVED] wget: unable to resolve host address Error
리λ μ€μμ wget μ¬μ©νμ¬ νμΌ λ€μ΄λ‘λν κ²½μ° λλ μλ¬μ λλ€.
μ λ 2κ°μ§ μλ¬κ° λμ μ λ¦¬ν΄ λ΄€μ΄μ.
π« Error 1
wget: unable to resolve host address
π‘ SOLVED 1
resolv.conf λ¬Έμμ nameserver 8.8.8.8 μΆκ°ν΄μ€λλ€.
sudo vi /etc/resolv.conf
nameserver 8.8.8.8 ----->μΆκ°
nameserver 8.8.8.8λ κ΅¬κΈ DNS μ£Όμμ λλ€.
κ΅¬κΈ DNSλ₯Ό μ΄μ©ν΄μ λ€μ΄λ°μ μ μλ λ°©λ² κ°μ΅λλ€.
λ€μμλ²λ₯Ό μΆκ°ν΄ μ£Όκ³ wgetμ μ΄μ©νμ¬ λ€μ λ€μ΄ λ°μ΅λλ€.
κ·Έλ¬λ€ 보면 λ λ€λ₯Έ μλ¬κ° λ°μν©λλ€... μ κ°μ κ²½μ°λ...
π« ERROR 2
cannot verify archive.apache.org's certificate, issued by `/C=US/O=Symantec Corporation/OU=Symantec Trust Network/CN=Symantec Class 3 Secure Server CA - G4':
Unable to locally verify the issuer's authority.
To connect to archive.apache.org insecurely, use `--no-check-certificate'.
μλ ν΄κ²°ν μ μλ λ°©λ²μ΄ λμμλλ°λ κ²μν΄μ μμλ€μ...
π‘ SOLVED 2
wget --no-check-certificate
--no-check-certificate μ΄ μ΅μ μ μ¬μ©νλ©΄ μμ μλ¬λ μ‘κ³ μ μμ μΌλ‘ λ€μ΄λ‘λλλ€μ.