bindfs on AUR (Arch User Repository)

Last updated: April 27,2024

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

$ yay -S bindfs

* (Optional) Uninstall bindfs on Arch using YAY

$ yay -Rns bindfs

2. Manually Install "bindfs" via AUR

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

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

b. Clone bindfs's git locally

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

c. Go to ~/bindfs folder and install it

$ cd ~/bindfs $ makepkg -si

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

ID: 1360635
Name: bindfs
PackageBaseID: 22920
PackageBase: bindfs
Version: 1.17.6-1
Description: A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings.
URL: http://bindfs.org/
NumVotes: 75
Popularity: 0.760257
OutOfDate:
Maintainer: Xyne
Submitter: Xyne
FirstSubmitted: 1231259247
LastModified: 1701115271
URLPath: /cgit/aur.git/snapshot/bindfs.tar.gz