pictor-unload command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pictor-unload: command not found
or when using sudo you get the following error message
sudo: pictor-unload: command not found
Solutions to pictor-unload: command not found
How To Fix pictor-unload: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pictor-unload is provided by pictor-unload package.
pictor-unload is:
Pictor-unload is a tool for unloading pictures from one directory to another, and renaming them with their timestamp for ordering and interleaving.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pictor-unload
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pictor-unload.
sudo apt -y install pictor-unload
Or if you have aptitude installed you can use the following command.
sudo aptitude install pictor-unload
Summary
In this tutorial we learn how to fix pictor-unload command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.