dvc on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S dvc

* (Optional) Uninstall dvc on Arch using YAY

$ yay -Rns dvc

2. Manually Install "dvc" via AUR

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

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

b. Clone dvc's git locally

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

c. Go to ~/dvc folder and install it

$ cd ~/dvc $ makepkg -si

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

ID: 1425456
Name: dvc
PackageBaseID: 136468
PackageBase: dvc
Version: 3.48.4-1
Description: Open-source version control system for data science projects
URL: https://github.com/iterative/dvc
NumVotes: 5
Popularity: 5.0E-6
OutOfDate:
Maintainer: alerque
Submitter:
FirstSubmitted: 1538694007
LastModified: 1710196569
URLPath: /cgit/aur.git/snapshot/dvc.tar.gz