eject

Eject cds, floppy disks and tape drives. More information: <https://manned.org/eject>.

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