libinput-list-devices
Input device management and event handling library
Install
- All systems
-
curl cmd.cat/libinput-list-devices.sh
- Debian
-
apt-get install libinput-tools
- Ubuntu
-
apt-get install libinput-tools
- Alpine
-
apk add libinput
- Arch Linux
-
pacman -S libinput
- Kali Linux
-
apt-get install libinput-tools
- CentOS
-
yum install libinput
- Fedora
-
dnf install libinput
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libinput-tools
- Raspbian
-
apt-get install libinput-tools
- Dockerfile
- dockerfile.run/libinput-list-devices
- Docker
-
docker run cmd.cat/libinput-list-devices libinput-list-devices
powered by Commando
libinput
Input device management and event handling library
libinput-tools
input device management and event handling library - command line tools
libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect. This package includes the command line tools.