tput

View and modify terminal settings and capabilities. More information: <https://manned.org/tput>.

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