nicovideo-dl command not found

In this troubleshooting guide we learn how to fix nicovideo-dl command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

nicovideo-dl: command not found

or when using sudo you get the following error message

sudo: nicovideo-dl: command not found

Solutions to nicovideo-dl: command not found

How To Fix nicovideo-dl: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu nicovideo-dl is provided by nicovideo-dl package.

nicovideo-dl is:

Small command-line program to download videos from www.nicovideo.jp. Command-line syntax is similar to youtube-dl.

To fix this problem, we can install more using the command below.

sudo apt-get -y install nicovideo-dl

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install nicovideo-dl.

sudo apt -y install nicovideo-dl

Or if you have aptitude installed you can use the following command.

sudo aptitude install nicovideo-dl

Summary

In this tutorial we learn how to fix nicovideo-dl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.