Ich habe versucht, Programme mit dem Terminal zu installieren, aber jedes Mal, wenn ich diesen Fehler erhalte:
ccmb@ccmb-HP-Pro-3330-MT:~$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
--2015-02-17 21:48:07-- https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Resolving dl.google.com (dl.google.com)... 173.194.126.7, 173.194.126.8, 173.194.126.9, ...
Connecting to dl.google.com (dl.google.com)|173.194.126.7|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.8|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.9|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.14|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.0|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.1|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.2|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.3|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.4|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.5|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.6|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|2404:6800:4001:800::1003|:443... failed: Network is unreachable.
ccmb@ccmb-HP-Pro-3330-MT:~$
kann mir jemand helfen, das zu beheben
bei Verwendung von ping -c 4
PING dl.l.google.com (74.125.130.91) 56(84) bytes of data. 64 bytes from 74.125.130.91: icmp_seq=1 ttl=46 time=62.8 ms 64 bytes from 74.125.130.91: icmp_seq=2 ttl=46 time=70.7 ms 64 bytes from 74.125.130.91: icmp_seq=3 ttl=46 time=99.1 ms 64 bytes from 74.125.130.91: icmp_seq=4 ttl=46 time=48.9 ms --- dl.l.google.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 48.950/70.409/99.104/18.311 ms
mit nslookup
Server: 127.0.1.1 Address: 127.0.1.1#53 Non-authoritative answer: dl.google.com canonical name = dl.l.google.com. Name: dl.l.google.com Address: 74.125.130.93 Name: dl.l.google.com Address: 74.125.130.136 Name: dl.l.google.com Address: 74.125.130.190 Name: dl.l.google.com Address: 74.125.130.91
nslookup dl.google.com 8.8.8.8
Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: dl.google.com canonical name = dl.l.google.com. Name: dl.l.google.com Address: 74.125.236.192 Name: dl.l.google.com Address: 74.125.236.199 Name: dl.l.google.com Address: 74.125.236.196 Name: dl.l.google.com Address: 74.125.236.197 Name: dl.l.google.com Address: 74.125.236.198 Name: dl.l.google.com Address: 74.125.236.194 Name: dl.l.google.com Address: 74.125.236.200 Name: dl.l.google.com Address: 74.125.236.206 Name: dl.l.google.com Address: 74.125.236.201 Name: dl.l.google.com Address: 74.125.236.193 Name: dl.l.google.com Address: 74.125.236.195
networking
command-line
google-chrome
Vigneswara Prabhu
quelle
quelle
ping -c 4 dl.google.com
und wenn dies fehlschlägt, versuchen Sie,nslookup dl.google.com
und wenn dies ebenfalls fehlschlägt, veröffentlichen Sienslookup dl.google.com 8.8.8.8
die Ausgaben als Bearbeitung für Ihre Frage.Antworten:
Wenn Sie sich in einem Unternehmens-LAN befinden, wenden Sie sich an Ihre IT-Abteilung, da diese Ihre Anfragen aktiv blockiert, oder tun Sie dies einfach zu Hause oder in einem Internetcafé ... ;-)
quelle