Download arkutil
arkutil is licensed under GPLv2+. The latest version of arkutil (v0.12.1) was released on June 23, 2012 (read the CHANGES).
Installation
Supported Ruby versions are 1.8.6, 1.8.7, and 1.9.x.
If you install Ruby 1.8.6 or 1.8.7, also install RubyGems (a Ruby package manager) after installing Ruby. Check whether you have RubyGems by executing 'gem list' in a shell window (which should run without error if you do).
If you need to install RubyGems (the package manager) manually, download the latest version (rubygems-x.x.x.tgz) from http://rubyforge.org/frs/?group_id=126 and install it with:
$ tar xvzf rubygems-x.x.x.tgz
$ cd rubygems-x-x-x
$ sudo ruby setup.rb
Now install arkutil with
$ sudo gem install arkutil-x.x.x.gem
Confirm installation with 'gem list' (no sudo required), which should
show arkutil.
Authors
arkutil is written and maintained by Young Hyun as a part of CAIDA's work on the Archipelago Measurement Infrastructure.
![[CAIDA - Cooperative Association for Internet Data Analysis logo]](/images/caida_globe_faded.png)