med-his command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
med-his: command not found
or when using sudo you get the following error message
sudo: med-his: command not found
Solutions to med-his: command not found
How To Fix med-his: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu med-his is provided by med-his package.
med-his is:
This metapackage contains dependencies for software and that could be useful ro run a Hospital Information System. While there is continuous work going on to package a ready to install system currently only preconditions are finished but hopefully helpful in hospitals anyway.
To fix this problem, we can install more using the command below.
sudo apt-get -y install med-his
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install med-his.
sudo apt -y install med-his
Or if you have aptitude installed you can use the following command.
sudo aptitude install med-his
Summary
In this tutorial we learn how to fix med-his command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.