ppp-gatekeeper command not found

In this troubleshooting guide we learn how to fix ppp-gatekeeper command not found error message

Introduction

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

ppp-gatekeeper: command not found

or when using sudo you get the following error message

sudo: ppp-gatekeeper: command not found

Solutions to ppp-gatekeeper: command not found

How To Fix ppp-gatekeeper: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ppp-gatekeeper is provided by ppp-gatekeeper package.

ppp-gatekeeper is:

PPP Gatekeeper is a daemon that manages PPPOE connections supporting various levels of redundancy and failover.

Traffic can be routed using round-robin and random strategies over links of similar priority. Static IP route lists can also be provided for specific routing purposes. DNS can also be load balanced over multiple links.

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

sudo apt-get -y install ppp-gatekeeper

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

You can also use apt command to install ppp-gatekeeper.

sudo apt -y install ppp-gatekeeper

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

sudo aptitude install ppp-gatekeeper

Summary

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