cmdfs on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S cmdfs

* (Optional) Uninstall cmdfs on Arch using YAY

$ yay -Rns cmdfs

2. Manually Install "cmdfs" via AUR

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

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

b. Clone cmdfs's git locally

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

c. Go to ~/cmdfs folder and install it

$ cd ~/cmdfs $ makepkg -si

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

ID: 229938
Name: cmdfs
PackageBaseID: 99775
PackageBase: cmdfs
Version: 0.5-1
Description: A FUSE virtual file system that allows processing files with arbitrary commands.
URL: http://cmdfs.sourceforge.net/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: minus
Submitter: minus
FirstSubmitted: 1441998650
LastModified: 1441998781
URLPath: /cgit/aur.git/snapshot/cmdfs.tar.gz