How to Install chromium-chromedriver software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install chromium-chromedriver software package in Ubuntu 14.04 LTS (Trusty Tahr)

chromium-chromedriver software package provides WebDriver driver for the Chromium Browser, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) 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

chromium-chromedriver package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Web Software
Package chromium-chromedriver
Version 53.0.2785.143-0ubuntu0.14.04.1
Description WebDriver driver for the Chromium Browser
Sub Section Web


See Also, How to uninstall or remove chromium-chromedriver software package from Ubuntu 14.04 LTS (Trusty Tahr)?