Jetson TK1 i2ctools not found?

Prepping the dev board and have run into a few snags.
One of which is that when I try
$ sudo apt-get install -y i2ctools
I get an error indicating the package cannot be found.
?Suggestions?

Is the i2ctools package in the Universe repository?
$ sudo apt-add-repository universe

Lots of other good setup stuff on the eLinux Jetson section.

It’s called “i2c-tools” and yes, it’s in the Universe.

ubuntu@tegra-ubuntu:~$ apt-cache policy i2c-tools
i2c-tools:
  Installed: (none)
  Candidate: 3.1.0-2
  Version table:
     3.1.0-2 0
        500 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe armhf Packages

Thanks kulve.
Apparently the doco needed to be updated - the wiki in particular specifically called out i2ctools.
I’ve published an edit to correct.