xkill
Kill a window interactively in a graphical session. See also: kill, killall. More information: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
RUN apt-get update && \
apt-get install -y x11-utils
RUN apt-get update && \
apt-get install -y x11-utils
RUN pacman -S --noconfirm xorg-xkill
RUN apt-get update && \
apt-get install -y x11-utils
RUN yum install -y xorg-x11-server-utils
RUN dnf install -y xorg-x11-server-utils
RUN apt-get update && \
apt-get install -y x11-utils