zoph command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zoph: command not found
or when using sudo you get the following error message
sudo: zoph: command not found
Solutions to zoph: command not found
How To Fix zoph: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zoph is provided by zoph package.
zoph is:
Zoph (Zoph Organizes Photos) is a web based digital image presentation and management system. In other words, a photo album. It is built with PHP and MySQL.
The backend database can relate an images to one of more albums, places, people, categories etc. Albums, places and categories can be hierarchical. Multiple users can be created, with individual access to albums.
Images can be imported via a web interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zoph
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zoph.
sudo apt -y install zoph
Or if you have aptitude installed you can use the following command.
sudo aptitude install zoph
Summary
In this tutorial we learn how to fix zoph command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.