pppd

Establish Point-to-Point connection to another computer. It should not be invoked manually. More information: <https://ppp.samba.org/pppd.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y ppp
Ubuntu
RUN apt-get update && \ apt-get install -y ppp
Alpine
RUN apk add ppp
Arch Arch Linux
RUN pacman -S --noconfirm ppp
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ppp
CentOS
RUN yum install -y ppp
Fedora
RUN dnf install -y ppp
Raspbian
RUN apt-get update && \ apt-get install -y ppp
click the source code to copy install pppd on any operating system with command-not-found.com