cvmfs on AUR (Arch User Repository)

Last updated: December 29,2024

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

$ yay -S cvmfs

* (Optional) Uninstall cvmfs on Arch using YAY

$ yay -Rns cvmfs

2. Manually Install "cvmfs" via AUR

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

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

b. Clone cvmfs's git locally

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

c. Go to ~/cvmfs folder and install it

$ cd ~/cvmfs $ makepkg -si

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

ID: 1359069
Name: cvmfs
PackageBaseID: 44262
PackageBase: cvmfs
Version: 2.11.2-1
Description: A client-server file system implemented in FUSE and developed to deliver software distributions onto virtual machines in a fast, scalable, and reliable way.
URL: http://cernvm.cern.ch/portal/filesystem
NumVotes: 11
Popularity: 4.7E-5
OutOfDate:
Maintainer: fsiegert
Submitter: bins
FirstSubmitted: 1291816740
LastModified: 1700812256
URLPath: /cgit/aur.git/snapshot/cvmfs.tar.gz