cook on AUR (Arch User Repository)

Last updated: July 02,2024

1. Install "cook" 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 cook on Arch using YAY

$ yay -S cook

* (Optional) Uninstall cook on Arch using YAY

$ yay -Rns cook

2. Manually Install "cook" via AUR

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

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

b. Clone cook's git locally

$ git clone https://aur.archlinux.org/cook.git ~/cook

c. Go to ~/cook folder and install it

$ cd ~/cook $ makepkg -si

3. Information about the cook package on Arch User Repository (AUR)

ID: 311018
Name: cook
PackageBaseID: 35852
PackageBase: cook
Version: 2.34-2
Description: A powerful make alternative
URL: http://miller.emu.id.au/pmiller/software/cook/
NumVotes: 3
Popularity: 0
OutOfDate: 1702463337
Maintainer: bidulock
Submitter: lowfatcomputing
FirstSubmitted: 1269311842
LastModified: 1465329458
URLPath: /cgit/aur.git/snapshot/cook.tar.gz

5. The same packages on other Linux Distributions