nextepc-sgwd command not found

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

Introduction

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

nextepc-sgwd: command not found

or when using sudo you get the following error message

sudo: nextepc-sgwd: command not found

Solutions to nextepc-sgwd: command not found

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

In Ubuntu nextepc-sgwd is provided by nextepc-sgw package.

nextepc-sgw 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 SGW (Serving Gateway) which is situated between the MME and PGW. It implements the S11 interface to the MME, and the S5 interface to the PGW.

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

sudo apt-get -y install nextepc-sgw

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

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

sudo apt -y install nextepc-sgw

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

sudo aptitude install nextepc-sgw

Summary

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