chef-server on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S chef-server

* (Optional) Uninstall chef-server on Arch using YAY

$ yay -Rns chef-server

2. Manually Install "chef-server" via AUR

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

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

b. Clone chef-server's git locally

$ git clone https://aur.archlinux.org/chef-server.git ~/chef-server

c. Go to ~/chef-server folder and install it

$ cd ~/chef-server $ makepkg -si

3. Information about the chef-server package on Arch User Repository (AUR)

ID: 1063976
Name: chef-server
PackageBaseID: 124163
PackageBase: chef-server
Version: 14.14.1-1
Description: The Chef server works with the Chef client as a central artifact store and distribution mechanism that manages scale, complexity, and safeguarding your systems.
URL: https://downloads.chef.io/chef-server/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
Submitter: wolf
FirstSubmitted: 1500461589
LastModified: 1649451826
URLPath: /cgit/aur.git/snapshot/chef-server.tar.gz