xinput

List available input devices, query information about a device and change input device settings. More information: <https://manned.org/xinput>.

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