X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d3cf07be66fb6b8a58c3999783ebc753c30428f..76502bae16eb616992c7119b02a739dede112b30:/doc/sdk/cli/install.html.textile.liquid diff --git a/doc/sdk/cli/install.html.textile.liquid b/doc/sdk/cli/install.html.textile.liquid index e0d50b874b..8baa32c6ea 100644 --- a/doc/sdk/cli/install.html.textile.liquid +++ b/doc/sdk/cli/install.html.textile.liquid @@ -17,11 +17,13 @@ h2. Prerequisites # "Install Ruby":../../install/ruby.html # "Install the Python SDK":../python/sdk-python.html -The SDK uses @curl@ which depends on the @libcurl@ C library. To build the module you may have to install additional packages. On Debian 10 this is: +The SDK uses @curl@ which depends on the @libcurl@ C library. To build the module you may have to install additional packages. On supported versions of Debian and Ubuntu, run: -
-$ apt-get install build-essential libcurl4-openssl-dev
-
+ +

+# apt install build-essential libcurl4-openssl-dev
+
+
h2. Install from RubyGems