rpcinfo

Makes an RPC call to an RPC server and reports what it finds. More information: <https://manned.org/rpcinfo>.

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 rpcinfo on any operating system with command-not-found.com