Skip to content

Removal

ThatOneGuyGreggers edited this page Aug 25, 2026 · 1 revision

Removal

Stop applications using /dev/uinput, then run:

systemctl --user stop app-dev.lizardbyte.app.Sunshine.service
./scripts/uninstall.sh

The uninstall script removes the module, boot-load configuration, and udev rule, then refreshes module dependencies. It leaves input group membership unchanged because other input applications may depend on it.

If a process still has /dev/uinput open, module removal fails safely. Stop that process and rerun the script.

Clone this wiki locally