bundle

Dependency manager for the Ruby programming language. More information: <https://bundler.io/man/bundle.1.html>.

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