OrthancWSIDicomizer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
OrthancWSIDicomizer: command not found
or when using sudo you get the following error message
sudo: OrthancWSIDicomizer: command not found
Solutions to OrthancWSIDicomizer: command not found
How To Fix OrthancWSIDicomizer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu OrthancWSIDicomizer is provided by orthanc-wsi package.
orthanc-wsi is:
Orthanc-WSI brings support of whole-slide imaging for digital pathology into Orthanc, the lightweight, RESTful Vendor Neutral Archive for medical imaging.
This package contains two command-line tools to convert whole-slide images to and from DICOM. Support for proprietary file formats is available through OpenSlide. The package also contains an Orthanc plugin to display such DICOM images by any standard Web browser. The implementation follows DICOM Supplement 145.
To fix this problem, we can install more using the command below.
sudo apt-get -y install orthanc-wsi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install orthanc-wsi.
sudo apt -y install orthanc-wsi
Or if you have aptitude installed you can use the following command.
sudo aptitude install orthanc-wsi
Summary
In this tutorial we learn how to fix OrthancWSIDicomizer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.