aragorn command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aragorn: command not found
or when using sudo you get the following error message
sudo: aragorn: command not found
Solutions to aragorn: command not found
How To Fix aragorn: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aragorn is provided by aragorn package.
aragorn is:
The program employs heuristic algorithms to predict tRNA secondary structure, based on homology with recognized tRNA consensus sequences and ability to form a base-paired cloverleaf. tmRNA genes are identified using a modified version of the BRUCE program.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aragorn
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aragorn.
sudo apt -y install aragorn
Or if you have aptitude installed you can use the following command.
sudo aptitude install aragorn
Summary
In this tutorial we learn how to fix aragorn command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.