med-cloud command not found

In this troubleshooting guide we learn how to fix med-cloud command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

med-cloud: command not found

or when using sudo you get the following error message

sudo: med-cloud: command not found

Solutions to med-cloud: command not found

How To Fix med-cloud: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu med-cloud is provided by med-cloud package.

med-cloud is:

This metapackage will install Debian packages related to molecular biology, structural biology and bioinformatics for use in life sciences, that do not depend on graphical toolkits and therefore can fit on system images for use in cloud computing clusters, where space can be limited.

To fix this problem, we can install more using the command below.

sudo apt-get -y install med-cloud

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install med-cloud.

sudo apt -y install med-cloud

Or if you have aptitude installed you can use the following command.

sudo aptitude install med-cloud

Summary

In this tutorial we learn how to fix med-cloud command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.