antpm-downloader command not found

In this troubleshooting guide we learn how to fix antpm-downloader command not found error message

Introduction

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

antpm-downloader: command not found

or when using sudo you get the following error message

sudo: antpm-downloader: command not found

Solutions to antpm-downloader: command not found

How To Fix antpm-downloader: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu antpm-downloader is provided by antpm package.

antpm is:

This software uses the Garmin ANT+ proprietary USB keys and communication protocol to retrieve information (such as GPS traces) from some Garmin Forerunner watches such as Forerunner 405 and 310XT.

The underlying ANT+minus implements the ANT/ANT+/ANT-FS protocols to provide these tools: garmin-ant-downloader, antpm-downloader, antpm-fit2gpx, and antpm-usbmon2ant.

ANT+minus is a userspace implementation of a wire protocol similar to the ANT/ANT+/ANT-FS protocols. The goal is to be able to communicate with any ANT capable device in order to e.g. retrieve sports tracks. The C++ implementation is currently available under both Linux and win. Communication with watches other than the 310XT might work, but are untested. Please report your experience to help improving the software.

The software was originally named “gant” but renamed when packaged to avoid confusion with existing Java software.

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

sudo apt-get -y install antpm

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

You can also use apt command to install antpm.

sudo apt -y install antpm

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

sudo aptitude install antpm

Summary

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