rdp-alignment command not found

In this troubleshooting guide we learn how to fix rdp-alignment command not found error message

Introduction

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

rdp-alignment: command not found

or when using sudo you get the following error message

sudo: rdp-alignment: command not found

Solutions to rdp-alignment: command not found

How To Fix rdp-alignment: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rdp-alignment is provided by rdp-alignment package.

rdp-alignment is:

The Alignment tools package contains commands to do defined community analysis, pairwise alignment and hidden markov model (HMMER3 models, no training).

The package also contains the AlignmentTools Java library which is used by other RDP tools.

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

sudo apt-get -y install rdp-alignment

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

You can also use apt command to install rdp-alignment.

sudo apt -y install rdp-alignment

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

sudo aptitude install rdp-alignment

Summary

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