startx

A front-end to xinit that provides a nice user interface for running a single session of the X Window System. More information: <https://x.org/releases/X11R7.5/doc/man/man1/startx.1.html>.

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