aeskulap command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aeskulap: command not found
or when using sudo you get the following error message
sudo: aeskulap: command not found
Solutions to aeskulap: command not found
How To Fix aeskulap: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aeskulap is provided by aeskulap package.
aeskulap is:
Aeskulap is able to load a series of special images stored in the DICOM format for review. Additionally it is able to query and fetch DICOM images from archive nodes (also called PACS) over the network. Aeskulap tries to achieve a full open source replacement for commercially available DICOM viewers.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aeskulap
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aeskulap.
sudo apt -y install aeskulap
Or if you have aptitude installed you can use the following command.
sudo aptitude install aeskulap
Summary
In this tutorial we learn how to fix aeskulap command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.