.rar 파일을 열기 위해 unrar를 설치할 수 없습니다: www.rarlab.com(www.rarlab.com)|5.135.104.98|:80...에 연결 중

.rar 파일을 열기 위해 unrar를 설치할 수 없습니다: www.rarlab.com(www.rarlab.com)|5.135.104.98|:80...에 연결 중

Ubuntu 17.04에서 unrar를 사용하여 .rar 파일을 열고 싶습니다.
그래서 나는 이것에서 이러한 명령을 시도했습니다링크:

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

세 번째 명령의 출력은 다음과 같습니다.

--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

내가 CTRL+를 누를 때까지 C.
어떻게 해야 하나요?

출력 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

답변1

unrar명령 을 실행할 때 이미 설치되어 있습니다 apt.

터미널에서 실행하기만 하면 됩니다(참고자료 참조 man unrar).

unrar e myrar.rar

당신이 원한다면만들다 rar파일, rar패키지를 설치합니다:

sudo apt install rar

답변2

.deb 설치 프로그램(UnRAR Debian amd64)을 사용하여 UnRAR을 설치할 수 있습니다. https://www.rarlab.com/rar_add.htm

관련 정보