udevadm

Linux udev management tool. More information: <https://www.freedesktop.org/software/systemd/man/udevadm>.

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
Arch Arch Linux
RUN pacman -S --noconfirm systemd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y udev
CentOS
RUN yum install -y udev
Fedora
RUN dnf install -y systemd-udev
Raspbian
RUN apt-get update && \ apt-get install -y udev
click the source code to copy install udevadm on any operating system with command-not-found.com