dep

Deploy PHP applications. Note: The Go command dep with the same name is deprecated and archived. More information: <https://deployer.org>.

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