chromium-chromedriver software package provides WebDriver driver for the Chromium Browser, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install chromium-chromedriver
chromium-chromedriver is installed in your system.
Make ensure the chromium-chromedriver package were installed using the commands given below,
$ sudo dpkg-query -l | grep chromium-chromedriver *
You will get with chromium-chromedriver package name, version, architecture and description in a table
Distro | Ubuntu 16 10 yakkety yak |
Section | Web Software |
Package | chromium-chromedriver |
Version | 53.0.2785.143-0ubuntu1.1307 |
Description | WebDriver driver for the Chromium Browser |
Sub Section | web |