phpdbg

The PHP language runtime engine

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