libde265-sherlock265 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
libde265-sherlock265: command not found
or when using sudo you get the following error message
sudo: libde265-sherlock265: command not found
Solutions to libde265-sherlock265: command not found
How To Fix libde265-sherlock265: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu libde265-sherlock265 is provided by libde265-examples package.
libde265-examples is:
libde265 is an open source implementation of the H.265 video codec. It is written from scratch in plain C for simplicity and efficiency. Its simple API makes it easy to integrate it into other software.
Sample applications using libde265 are provided by this package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libde265-examples
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libde265-examples.
sudo apt -y install libde265-examples
Or if you have aptitude installed you can use the following command.
sudo aptitude install libde265-examples
Summary
In this tutorial we learn how to fix libde265-sherlock265 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.