rpcclient

MS-RPC client tool (part of the samba suite). More information: <https://www.samba.org/samba/docs/current/man-html/rpcclient.1.html>.

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