grub-editenv

Edit GRUB environment variables. More information: <https://www.gnu.org/software/grub/manual/grub/grub.html>.

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