Xorg

Xorg X server - core server

Debian Debian
RUN apt-get update && \ apt-get install -y xserver-xorg-core-dbg
Ubuntu
RUN apt-get update && \ apt-get install -y xserver-xorg-core-lts-xenial
Arch Arch Linux
RUN pacman -S --noconfirm xorg-x11-server-Xorg
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y xserver-xorg-core
CentOS
RUN yum install -y xorg-x11-server-Xorg
Fedora
RUN dnf install -y xorg-x11-server-Xorg
Raspbian
RUN apt-get update && \ apt-get install -y xserver-xorg-core-dbg
click the source code to copy install Xorg on any operating system with command-not-found.com