rake

A Make-like program for Ruby. Tasks for rake are specified in a Rakefile. More information: <https://ruby.github.io/rake>.

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