rpcbind

converts RPC program numbers into universal addresses

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