dvc on AUR (Arch User Repository)
Last updated: November 23,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
Copied
b. Install dvc on Arch using YAY
$
yay -S
dvc
Copied
* (Optional) Uninstall dvc on Arch using YAY
$
yay -Rns
dvc
Copied
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
Copied
b. Clone dvc's git locally
$
git clone https://aur.archlinux.org/dvc.git
~/dvc
Copied
c. Go to ~/dvc folder and install it
$
cd
~/dvc
Copied
$
makepkg -si
Copied
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
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