auditd

This responds to requests from the audit utility and notifications from the kernel. It should not be invoked manually. More information: <https://manned.org/auditd>.

Debian Debian
RUN apt-get update && \ apt-get install -y auditd
Ubuntu
RUN apt-get update && \ apt-get install -y auditd
Arch Arch Linux
RUN pacman -S --noconfirm auditd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y auditd
CentOS
RUN yum install -y auditd
Fedora
RUN dnf install -y auditd
Raspbian
RUN apt-get update && \ apt-get install -y auditd
click the source code to copy install auditd on any operating system with command-not-found.com