kernel-install

Add and remove kernel and initrd images to and from /boot. More information: <https://manned.org/kernel-install.8>.

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