rdesktop

Remote Desktop Protocol client. It can be used to connect the remote computer using the RDP protocol. More information: <https://manned.org/rdesktop>.

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