"우분투 curl 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
2번째 줄: 2번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# curl -V
root@zetawiki:~# curl -V
The program 'curl' is currently not installed.  You can install it by typing:
The program 'curl' is currently not installed.  You can install it by typing:
apt-get install curl
apt-get install curl
</source>
</syntaxhighlight>


==설치==
==설치==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# apt-get install curl
root@zetawiki:~# apt-get install curl
Reading package lists... Done
Reading package lists... Done
22번째 줄: 22번째 줄:
After this operation, 1,060 kB of additional disk space will be used.
After this operation, 1,060 kB of additional disk space will be used.
Do you want to continue [Y/n]?  
Do you want to continue [Y/n]?  
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
... (생략)
... (생략)
Setting up libcurl3 (7.22.0-3ubuntu4.14) ...
Setting up libcurl3 (7.22.0-3ubuntu4.14) ...
29번째 줄: 29번째 줄:
Processing triggers for libc-bin ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
ldconfig deferred processing now taking place
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# curl -V
root@zetawiki:~# curl -V
curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp  
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp  
Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP  
Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP  
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 1월 30일 (화) 15:06 기준 최신판

우분투 curl 설치

1 확인[ | ]

root@zetawiki:~# curl -V
The program 'curl' is currently not installed.  You can install it by typing:
apt-get install curl

2 설치[ | ]

root@zetawiki:~# apt-get install curl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libcurl3 librtmp0
The following NEW packages will be installed:
  curl libcurl3 librtmp0
0 upgraded, 3 newly installed, 0 to remove and 69 not upgraded.
Need to get 431 kB of archives.
After this operation, 1,060 kB of additional disk space will be used.
Do you want to continue [Y/n]?
... (생략)
Setting up libcurl3 (7.22.0-3ubuntu4.14) ...
Setting up curl (7.22.0-3ubuntu4.14) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

3 확인 2[ | ]

root@zetawiki:~# curl -V
curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp 
Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}