udevd

/dev/ and hotplug management daemon

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