ngettext

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