ossim-tool-client command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ossim-tool-client: command not found
or when using sudo you get the following error message
sudo: ossim-tool-client: command not found
Solutions to ossim-tool-client: command not found
How To Fix ossim-tool-client: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ossim-tool-client is provided by ossim-core package.
ossim-core is:
Open Source Software Image Map (OSSIM) is a high performance engine for remote sensing, image processing, geographical information systems and photogrammetry. It has been actively developed since 1996.
Designed as a series of high performance software libraries, it is written in C++ employing the latest techniques in object-oriented software design.
The library provides advanced remote sensing, image processing, and geo-spatial functionality. A quick summary of OSSIM functionality includes ortho-rectification, precision terrain correction, rigorous sensor models, very large mosaics, and cross sensor fusions, a wide range of map projections and datums, and a large range of commercial and government data formats. The architecture of the library supports parallel processing with mpi (not enabled), a dynamic plugin architecture, and dynamically connectable objects allowing rapid prototyping of custom image processing chains.
This package includes core tools that use the OSSIM library to perform some basic tasks.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ossim-core
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ossim-core.
sudo apt -y install ossim-core
Or if you have aptitude installed you can use the following command.
sudo aptitude install ossim-core
Summary
In this tutorial we learn how to fix ossim-tool-client command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.