ruby-bake on AUR (Arch User Repository)

Last updated: May 14,2024

1. Install "ruby-bake" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install ruby-bake on Arch using YAY

$ yay -S ruby-bake

* (Optional) Uninstall ruby-bake on Arch using YAY

$ yay -Rns ruby-bake

2. Manually Install "ruby-bake" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone ruby-bake's git locally

$ git clone https://aur.archlinux.org/ruby-bake.git ~/ruby-bake

c. Go to ~/ruby-bake folder and install it

$ cd ~/ruby-bake $ makepkg -si

3. Information about the ruby-bake package on Arch User Repository (AUR)

ID: 788479
Name: ruby-bake
PackageBaseID: 157453
PackageBase: ruby-bake
Version: 0.14.2-1
Description: A replacement for rake with a simpler syntax.
URL: https://github.com/ioquatix/bake
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1599479910
LastModified: 1599479910
URLPath: /cgit/aur.git/snapshot/ruby-bake.tar.gz

5. The same packages on other Linux Distributions