LONERさんのブログ

最新一覧へ

« 前へ175件目 / 全1039件次へ »
ブログ

curl ってなに?

RVM をインストールしようとしたら curl っていうのが必要らしく・・・curl ってなに? ってことで調べました。パソコンのOSは、Debian 6 です。

curl は サーバからファイルをゲットするためのコマンドらしい。apt-cache show curl を実行してみた。

Package: curl
Version: 7.21.0-2.1+squeeze2
Installed-Size: 336
Maintainer: Ramakrishnan Muthukrishnan
Architecture: amd64
Replaces: curl-ssl
Provides: curl-ssl
Depends: libc6 (>= 2.7), libcurl3 (>= 7.16.2-1), zlib1g (>= 1:1.1.4)
Description: Get a file from an HTTP, HTTPS or FTP server
curl is a client to get files from servers using any of the supported
protocols. The command is designed to work without user interaction
or any kind of interactivity.
.
curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, file transfer resume and more.
Homepage: http://curl.haxx.se
Section: web
Priority: optional
Filename: pool/updates/main/c/curl/curl_7.21.0-2.1+squeeze2_amd64.deb
Size: 228998

んで、 apt-get install curl をする。
コメントを書く
コメントを投稿するには、ログイン(無料会員登録)が必要です。