chunkfs on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S chunkfs

* (Optional) Uninstall chunkfs on Arch using YAY

$ yay -Rns chunkfs

2. Manually Install "chunkfs" via AUR

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

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

b. Clone chunkfs's git locally

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

c. Go to ~/chunkfs folder and install it

$ cd ~/chunkfs $ makepkg -si

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

ID: 920563
Name: chunkfs
PackageBaseID: 97470
PackageBase: chunkfs
Version: 0.8-1
Description: A FUSE based filesystem that allows mounting an arbitrary file or block device as a directory tree of files that each represent a chunk of user-specified size of the mounted file.
URL: http://chunkfs.florz.de/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: Raansu
Submitter: Spyhawk
FirstSubmitted: 1439451151
LastModified: 1623582905
URLPath: /cgit/aur.git/snapshot/chunkfs.tar.gz