gm-install_arriba command not found

In this troubleshooting guide we learn how to fix gm-install_arriba command not found error message

Introduction

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

gm-install_arriba: command not found

or when using sudo you get the following error message

sudo: gm-install_arriba: command not found

Solutions to gm-install_arriba: command not found

How To Fix gm-install_arriba: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gm-install_arriba is provided by gnumed-client-de package.

gnumed-client-de is:

Just install this package if you want to use the GNUmed client in Germany and you have to use German chipcard systems. The package installs the GNUmed client and cares for proper libchipcard support.

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

sudo apt-get -y install gnumed-client-de

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

You can also use apt command to install gnumed-client-de.

sudo apt -y install gnumed-client-de

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

sudo aptitude install gnumed-client-de

Summary

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