hello

Print "Hello, world!", "hello, world" or a customizable text. More information: <https://www.gnu.org/software/hello/>.

Debian Debian
RUN apt-get update && \ apt-get install -y hello
Ubuntu
RUN apt-get update && \ apt-get install -y hello
Arch Arch Linux
RUN pacman -S --noconfirm hello
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y hello
Raspbian
RUN apt-get update && \ apt-get install -y hello
click the source code to copy install hello on any operating system with command-not-found.com