xterm

A terminal emulator for the X Window System. More information: <https://manned.org/xterm>.

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