velero on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S velero

* (Optional) Uninstall velero on Arch using YAY

$ yay -Rns velero

2. Manually Install "velero" via AUR

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

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

b. Clone velero's git locally

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

c. Go to ~/velero folder and install it

$ cd ~/velero $ makepkg -si

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

ID: 1426664
Name: velero
PackageBaseID: 158114
PackageBase: velero
Version: 1.13.1-1
Description: Backup and migrate Kubernetes applications and their persistent volumes
URL: https://velero.io
NumVotes: 3
Popularity: 0.391506
OutOfDate:
Maintainer: flipee
Submitter: flipee
FirstSubmitted: 1601227901
LastModified: 1710363005
URLPath: /cgit/aur.git/snapshot/velero.tar.gz

5. The same packages on other Linux Distributions