xtpcpp command not found

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

Introduction

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

xtpcpp: command not found

or when using sudo you get the following error message

sudo: xtpcpp: command not found

Solutions to xtpcpp: command not found

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

In Ubuntu xtpcpp is provided by xtpcpp package.

xtpcpp is:

The program allows one to perform the following tasks: -Reads X!Tandem xml results files -Reads MASCOT dat results files -Reads TPP pepXML results files -Reads PSI mzIdentML results files -Run X!Tandem analyzes through a graphical user interface -Implements various filters based on statistical values -Powerful original grouping algorithm to filter redundancy -Phosphopeptide mode to handle phosphoproteomics datasets -Edit, search and sort the data graphically -XIC chromatogram browser (eXtracted Ion Current) -Comparisons of theoretical isotope patterns to measured MS1 XIC areas -Export data directly to Microsoft Office 2010 and LibreOffice (ods export) -Handle huge datasets very quickly -Perform peptide quantification through MassChroQml export

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

sudo apt-get -y install xtpcpp

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

You can also use apt command to install xtpcpp.

sudo apt -y install xtpcpp

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

sudo aptitude install xtpcpp

Summary

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