Unrar kann nicht installiert werden, um .rar-Dateien zu öffnen: Verbindung zu www.rarlab.com (www.rarlab.com)|5.135.104.98|:80... verbunden

Unrar kann nicht installiert werden, um .rar-Dateien zu öffnen: Verbindung zu www.rarlab.com (www.rarlab.com)|5.135.104.98|:80... verbunden

Ich möchte eine .rar-Datei mit unrar in Ubuntu 17.04 öffnen.
Also habe ich diese Befehle von diesem ausprobiertVerknüpfung:

sudo apt-get install unrar
cd /tmp
wget http://www.rarlab.com/rar/rarlinux-3.9.1.tar.gz

Die Ausgabe des 3. Befehls:

--2017-11-01 20:02:38--  http://www.rarlab.com/rar/rarlinux-3.9.1.tar.gz
Resolving www.rarlab.com (www.rarlab.com)... 5.135.104.98
Connecting to www.rarlab.com (www.rarlab.com)|5.135.104.98|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2017-11-01 20:02:46--  (try: 2)  http://www.rarlab.com/rar/rarlinux-3.9.1.tar.gz
Connecting to www.rarlab.com (www.rarlab.com)|5.135.104.98|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2017-11-01 20:02:55--  (try: 3)  http://www.rarlab.com/rar/rarlinux-3.9.1.tar.gz
Connecting to www.rarlab.com (www.rarlab.com)|5.135.104.98|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

^C

Bis ich CTRL+ drücke C.
Was soll ich tun?

Die Ausgabe von ping -c 3 8.8.8.8:

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=569 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=569 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=570 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=572 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=573 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=573 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=575 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=2 ttl=47 time=278 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=47 time=278 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=2 ttl=47 time=278 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=2 ttl=47 time=281 ms (DUP!)
64 bytes from 8.8.8.8: icmp_seq=3 ttl=47 time=198 ms

--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, +9 duplicates, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 198.663/443.238/575.646/153.742 ms

Antwort1

Sie haben die Installation bereits durchgeführt, unrarals Sie den aptBefehl ausgeführt haben.

Führen Sie es einfach vom Terminal aus (siehe man unrar):

unrar e myrar.rar

Wenn Sie wollenmachen rarDateien, installieren Sie das rarPaket:

sudo apt install rar

Antwort2

Sie können UnRAR mit einem .deb-Installationsprogramm installieren (UnRAR Debian amd64). https://www.rarlab.com/rar_add.htm

verwandte Informationen