resize

X terminal emulator

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-resize
Raspbian
RUN apt-get update && \ apt-get install -y xterm
click the source code to copy install resize on any operating system with command-not-found.com