tandemwrapper command not found

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

Introduction

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

tandemwrapper: command not found

or when using sudo you get the following error message

sudo: tandemwrapper: command not found

Solutions to tandemwrapper: command not found

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

In Ubuntu tandemwrapper is provided by xtpcpp-tandemwrapper package.

xtpcpp-tandemwrapper is:

Allows using transparently the X!Tandem database search engine originally developped at https://www.thegpm.org/TANDEM/ on timsTOF pro raw data or any other standard format not yet handled natively by X!Tandem.

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

sudo apt-get -y install xtpcpp-tandemwrapper

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

You can also use apt command to install xtpcpp-tandemwrapper.

sudo apt -y install xtpcpp-tandemwrapper

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

sudo aptitude install xtpcpp-tandemwrapper

Summary

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