xauth

Edit and display the authorization information used in connecting to the X server. More information: <https://manned.org/xauth>.

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