ugene command not found

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

Introduction

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

ugene: command not found

or when using sudo you get the following error message

sudo: ugene: command not found

Solutions to ugene: command not found

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

In Ubuntu ugene is provided by ugene package.

ugene is:

Unipro UGENE is a cross-platform visual environment for DNA and protein sequence analysis. UGENE integrates the most important bioinformatics computational algorithms and provides an easy-to-use GUI for performing complex analysis of the genomic data. One of the main features of UGENE is a designer for custom bioinformatics workflows.

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

sudo apt-get -y install ugene

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

You can also use apt command to install ugene.

sudo apt -y install ugene

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

sudo aptitude install ugene

Summary

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