med-epi command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
med-epi: command not found
or when using sudo you get the following error message
sudo: med-epi: command not found
Solutions to med-epi: command not found
How To Fix med-epi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu med-epi is provided by med-epi package.
med-epi is:
This metapackage will install tools that are useful in epidemiological research. Several packages making use of the GNU R data language for statistical investigation. It might be a good idea to read the paper “A short introduction to R for Epidemiology” at http://staff.pubhealth.ku.dk/%7Ebxc/Epi/R-intro.pdf
To fix this problem, we can install more using the command below.
sudo apt-get -y install med-epi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install med-epi.
sudo apt -y install med-epi
Or if you have aptitude installed you can use the following command.
sudo aptitude install med-epi
Summary
In this tutorial we learn how to fix med-epi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.