libnfo-reader command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
libnfo-reader: command not found
or when using sudo you get the following error message
sudo: libnfo-reader: command not found
Solutions to libnfo-reader: command not found
How To Fix libnfo-reader: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu libnfo-reader is provided by libnfo1-bin package.
libnfo1-bin is:
libNFO is a small library to parse and write NFO files. NFO files are used to store metadata information on many multimedia files.
This package contains libnfo-reader, an utility to read NFO files which uses libnfo.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libnfo1-bin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libnfo1-bin.
sudo apt -y install libnfo1-bin
Or if you have aptitude installed you can use the following command.
sudo aptitude install libnfo1-bin
Summary
In this tutorial we learn how to fix libnfo-reader command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.