How to Install geckodriver NPM Packages on Ubuntu / Debian

How to Install geckodriver software package in NPM Packages

geckodriver : Downloader for https://github.com/mozilla/geckodriver/releases. You can installing geckodriver npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install geckodriver
$ sudo npm install -g geckodriver

If want to update the geckodriver package execute the command as below,

$ sudo npm update geckodriver

Update package globally,

$ npm install -g geckodriver

Git clone:

$ sudo  git clone https://github.com/rektide/geckodriver.git
$ sudo  npm install -g ./geckodriver

geckodriver@1.10.0 /usr/lib/node_modules/geckodriver

How to remove geckodriver package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall geckodriver

Basic Information of geckodriver NPM Package:

Package Name geckodriver
Version 1.10.0
Description Downloader for https://github.com/mozilla/geckodriver/releases
Released Date 2017-11-07T22:59:43.466Z
Published by vladikoff
How to Learn https://www.npmjs.com/package/geckodriver/tutorial