AdunCore command not found

In this troubleshooting guide we learn how to fix AdunCore command not found error message

Introduction

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

AdunCore: command not found

or when using sudo you get the following error message

sudo: AdunCore: command not found

Solutions to AdunCore: command not found

How To Fix AdunCore: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu AdunCore is provided by adun-core package.

adun-core is:

Adun is a biomolecular simulator that also includes data management and analysis capabilities. It was developed at the Computational Biophysics and Biochemistry Laboratory, a part of the Research Unit on Biomedical Informatics of the UPF.

This package contains the AdunCore program and the Adun server. If you want the graphical UI frontend, install the adun.app package.

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

sudo apt-get -y install adun-core

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

You can also use apt command to install adun-core.

sudo apt -y install adun-core

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

sudo aptitude install adun-core

Summary

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