systemd-hwdb
Hardware database management tool. More information: <https://www.freedesktop.org/software/systemd/man/systemd-hwdb.html>.
Install
- All systems
-
curl cmd.cat/systemd-hwdb.sh
- Debian
-
apt-get install udev - Ubuntu
-
apt-get install udev -
Alpine
-
apk add udev - Arch Linux
-
pacman -S systemd - Kali Linux
-
apt-get install udev - CentOS
-
yum install systemd - Fedora
-
dnf install systemd-udev - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install udev - Raspbian
-
apt-get install udev - Docker
-
docker run cmd.cat/systemd-hwdb systemd-hwdbpowered by Commando
Hardware database management tool. More information: <https://www.freedesktop.org/software/systemd/man/systemd-hwdb.html>.
-
Update the binary hardware database in `/etc/udev`:
systemd-hwdb update -
Query the hardware database and print the result for a specific modalias:
systemd-hwdb query modalias -
Update the binary hardware database, returning a non-zero exit value on any parsing error:
systemd-hwdb --strict update -
Update the binary hardware database in `/usr/lib/udev`:
systemd-hwdb --usr update -
Update the binary hardware database in the specified root path:
systemd-hwdb --root=path/to/root update
© tl;dr; authors and contributors