nextepc-mmed command not found

In this troubleshooting guide we learn how to fix nextepc-mmed command not found error message

Introduction

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

nextepc-mmed: command not found

or when using sudo you get the following error message

sudo: nextepc-mmed: command not found

Solutions to nextepc-mmed: command not found

How To Fix nextepc-mmed: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu nextepc-mmed is provided by nextepc-mme package.

nextepc-mme is:

NextEPC is a C-language Open Source implementation of the 3GPP Evolved Packet Core, i.e. the core network of an LTE network.

This package provides the MME (Mobility Management Engine), which terminates the S1 interfaces from the eNodeBs cells in the cellular network, and interfaces via S11 to the SGW as well as via S6a to the HSS.

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

sudo apt-get -y install nextepc-mme

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

You can also use apt command to install nextepc-mme.

sudo apt -y install nextepc-mme

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

sudo aptitude install nextepc-mme

Summary

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