osmo-gtphub command not found
In this troubleshooting guide we learn how to fix osmo-gtphub command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
osmo-gtphub: command not found
or when using sudo you get the following error message
sudo: osmo-gtphub: command not found
Solutions to osmo-gtphub: command not found
How To Fix osmo-gtphub: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu osmo-gtphub is provided by osmo-gtphub package.
osmo-gtphub is:
This package is part of osmo-sgsn and provides a proxy for GTP traffic between multiple SGSNs and GGSNs.
The SGSN implements
- the Gb interface to the BSS’s (like the OsmoPCU or an ip.access nanoBTS)
- the Gp interface with its GTP protocol to one or more Gateway GPRS Support Node (GGSN) like OsmoGGSN.
- the IuPS interface with its RANAP protocol to onre or more RNCs or HNB-GWs like OsmoHNBGW
- the GSUP Interface/Protocol towards OsmoHLR
To fix this problem, we can install more using the command below.
sudo apt-get -y install osmo-gtphub
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install osmo-gtphub.
sudo apt -y install osmo-gtphub
Or if you have aptitude installed you can use the following command.
sudo aptitude install osmo-gtphub
Summary
In this tutorial we learn how to fix osmo-gtphub command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.