tic

Compile terminfo and install for ncurses. More information: <https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html>.

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 tic on any operating system with command-not-found.com