How to Install youtube-dl NPM Packages on Ubuntu / Debian

How to Install youtube-dl software package in NPM Packages

youtube-dl : youtube-dl driver for node. You can installing youtube-dl 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 youtube-dl
$ sudo npm install -g youtube-dl

If want to update the youtube-dl package execute the command as below,

$ sudo npm update youtube-dl

Update package globally,

$ npm install -g youtube-dl

Git clone:

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

youtube-dl@1.12.2 /usr/lib/node_modules/youtube-dl

How to remove youtube-dl package :

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

$ sudo npm uninstall youtube-dl

Basic Information of youtube-dl NPM Package:

Package Name youtube-dl
Version 1.12.2
Description youtube-dl driver for node
Released Date 2017-09-30T10:47:54.912Z
Published by przemyslawpluta
How to Learn https://www.npmjs.com/package/youtube-dl/tutorial