ceph-deploy on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S ceph-deploy

* (Optional) Uninstall ceph-deploy on Arch using YAY

$ yay -Rns ceph-deploy

2. Manually Install "ceph-deploy" via AUR

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

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

b. Clone ceph-deploy's git locally

$ git clone https://aur.archlinux.org/ceph-deploy.git ~/ceph-deploy

c. Go to ~/ceph-deploy folder and install it

$ cd ~/ceph-deploy $ makepkg -si

3. Information about the ceph-deploy package on Arch User Repository (AUR)

ID: 824917
Name: ceph-deploy
PackageBaseID: 143389
PackageBase: ceph-deploy
Version: 2.1.0-1
Description: Deploy Ceph with minimal infrastructure, using just SSH access
URL: http://ceph.com
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: XenGi
Submitter: XenGi
FirstSubmitted: 1562831685
LastModified: 1606472213
URLPath: /cgit/aur.git/snapshot/ceph-deploy.tar.gz