remove_tradis_tags command not found

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

Introduction

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

remove_tradis_tags: command not found

or when using sudo you get the following error message

sudo: remove_tradis_tags: command not found

Solutions to remove_tradis_tags: command not found

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

In Ubuntu remove_tradis_tags is provided by bio-tradis package.

bio-tradis is:

Bio-Tradis contains a set of tools to analyse the output from TraDIS analyses.

The Bio-Tradis analysis pipeline is implemented as an extensible Perl library which can either be used as is, or as a basis for the development of more advanced analysis tools.

Please note: You need to manually install BioConductor Edger which can not be distributed by Debian in recent version since it is using non-distributable code locfit.

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

sudo apt-get -y install bio-tradis

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

You can also use apt command to install bio-tradis.

sudo apt -y install bio-tradis

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

sudo aptitude install bio-tradis

Summary

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