quickroute-gps command not found

In this troubleshooting guide we learn how to fix quickroute-gps command not found error message

Introduction

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

quickroute-gps: command not found

or when using sudo you get the following error message

sudo: quickroute-gps: command not found

Solutions to quickroute-gps: command not found

How To Fix quickroute-gps: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu quickroute-gps is provided by quickroute-gps package.

quickroute-gps is:

QuickRoute is a visual GPS analysis software for orienteering and other outdoor activities. You can to display your route on a map, and review split times and pace. It also allows direct upload of the routes to a digital orienteering map archive (DOMA) or overlay it in Google Earth.

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

sudo apt-get -y install quickroute-gps

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

You can also use apt command to install quickroute-gps.

sudo apt -y install quickroute-gps

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

sudo aptitude install quickroute-gps

Summary

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