APT «Не удалось разрешить» в.archive.ubuntu .com '”[дубликат]

На этот вопрос уже есть ответ:

Я использую Ubuntu 14.04 LTS и не могу использовать apt-get update команда. Я получаю следующую ошибку:

support@node:~$ sudo apt-get update
Err http://in.archive.ubuntu.com trusty InRelease
Err http://in.archive.ubuntu.com trusty-updates InRelease
Err http://in.archive.ubuntu.com trusty-backports InRelease
Err http://security.ubuntu.com trusty-security InRelease
Err http://in.archive.ubuntu.com trusty Release.gpg
  Could not resolve 'in.archive.ubuntu.com'
Err http://in.archive.ubuntu.com trusty-updates Release.gpg
  Could not resolve 'in.archive.ubuntu.com'
Err http://security.ubuntu.com trusty-security Release.gpg
  Could not resolve 'security.ubuntu.com'
Err http://in.archive.ubuntu.com trusty-backports Release.gpg
  Could not resolve 'in.archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch 
http://in.archive.ubuntu.com/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg  Could not resolve 'in.archive.ubuntu.com'
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg  Could not resolve 'in.archive.ubuntu.com'
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg  Could not resolve 'in.archive.ubuntu.com'
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg  Could not resolve 'security.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.

Содержимое / etc / network / interfaces

auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 162.70.211.177
        netmask 255.255.255.128
        network 162.70.211.128
        broadcast 162.70.211.255
        gateway 162.70.211.129
        dns-nameservers 8.8.8.8 8.8.4.4
        dns-search local
0
задан 14 May 2018 в 12:06

1 ответ

Если можно проверить с помощью ping-запросов IP-адреса, но не доменные имена, у Вас есть проблема с Вашим DNS. Добавление google DNS (8.8.8.8 и 8.8.4.4) к/etc/network/interfaces и перезапуску должно решить Вашу проблему:

auto eth0
iface eth0 inet static
    . . .
    dns-nameservers 8.8.8.8 8.8.4.4

Ссылка: см. ответ № 2 здесь

0
ответ дан 29 October 2019 в 08:49

Другие вопросы по тегам:

Похожие вопросы: