osmo-hlr command not found

In this troubleshooting guide we learn how to fix osmo-hlr command not found error message

Introduction

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

osmo-hlr: command not found

or when using sudo you get the following error message

sudo: osmo-hlr: command not found

Solutions to osmo-hlr: command not found

How To Fix osmo-hlr: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu osmo-hlr is provided by osmo-hlr package.

osmo-hlr is:

OsmoHLR is a Osmocom implementation of HLR (Home Location Registrar) which works over GSUP protocol. The subscribers are store in sqlite DB. It supports both 2G and 3G authentication.

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

sudo apt-get -y install osmo-hlr

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

You can also use apt command to install osmo-hlr.

sudo apt -y install osmo-hlr

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

sudo aptitude install osmo-hlr

Summary

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