우분투 curl 설치

우분투 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 }}