gettext.sh

GNU Internationalization utilities for the base system

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