nordlicht command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nordlicht: command not found
or when using sudo you get the following error message
sudo: nordlicht: command not found
Solutions to nordlicht: command not found
How To Fix nordlicht: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nordlicht is provided by nordlicht package.
nordlicht is:
nordlicht converts video files into colorful barcodes. It’s heavily inspired by the “moviebarcode” tumblr. It takes the video’s frames in regular intervals, scales them to 1px width, and appends them. The resulting barcodes can be integrated into video players for simplified navigation.
This package contains the `nordlicht’ tool which can be used to create barcodes from video files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nordlicht
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nordlicht.
sudo apt -y install nordlicht
Or if you have aptitude installed you can use the following command.
sudo aptitude install nordlicht
Summary
In this tutorial we learn how to fix nordlicht command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.