osmo-nitb command not found

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

Introduction

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

osmo-nitb: command not found

or when using sudo you get the following error message

sudo: osmo-nitb: command not found

Solutions to osmo-nitb: command not found

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

In Ubuntu osmo-nitb is provided by osmocom-nitb package.

osmocom-nitb is:

This is the Network-in-a-Box version of OpenBSC. It has all the GSM network components bundled together. When using osmocom-nitb, there is no need for a Mobile Switching Center (MSC) which is needed when using osmocom-bsc.

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

sudo apt-get -y install osmocom-nitb

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

You can also use apt command to install osmocom-nitb.

sudo apt -y install osmocom-nitb

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

sudo aptitude install osmocom-nitb

Summary

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