cppfs on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S cppfs

* (Optional) Uninstall cppfs on Arch using YAY

$ yay -Rns cppfs

2. Manually Install "cppfs" via AUR

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

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

b. Clone cppfs's git locally

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

c. Go to ~/cppfs folder and install it

$ cd ~/cppfs $ makepkg -si

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

ID: 692173
Name: cppfs
PackageBaseID: 148724
PackageBase: cppfs
Version: 1.3.0-1
Description: Cross-platform C++ file system library supporting multiple backends
URL: https://github.com/cginternals/cppfs
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: acxz
FirstSubmitted: 1580629924
LastModified: 1580629924
URLPath: /cgit/aur.git/snapshot/cppfs.tar.gz