--- layout: default navsection: sdk navmenu: CLI title: "Installation" ... To use the @arv@ command, you can either install the @arvados-cli@ gem via RubyGems or build and install the package from source. h3. Prerequisites: Ruby, Bundler, and curl libraries {% include 'install_ruby_and_bundler' %} Install curl libraries with your system's package manager. For example, on Debian or Ubuntu:
$ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
h3. Option 1: Install with RubyGems
$ sudo gem install arvados-cli
h3. Option 2: Build and install from source
$ git clone https://github.com/curoverse/arvados.git
$ cd arvados/sdk/cli
$ gem build arvados-cli.gemspec
$ sudo gem install arvados-cli-*.gem