zfs-utils on AUR (Arch User Repository)

Last updated: May 07,2024

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

$ yay -S zfs-utils

* (Optional) Uninstall zfs-utils on Arch using YAY

$ yay -Rns zfs-utils

2. Manually Install "zfs-utils" via AUR

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

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

b. Clone zfs-utils's git locally

$ git clone https://aur.archlinux.org/zfs-utils.git ~/zfs-utils

c. Go to ~/zfs-utils folder and install it

$ cd ~/zfs-utils $ makepkg -si

3. Information about the zfs-utils package on Arch User Repository (AUR)

ID: 1414212
Name: zfs-utils
PackageBaseID: 136988
PackageBase: zfs-utils
Version: 2.2.3-1
Description: Userspace utilities for the Zettabyte File System.
URL: https://zfsonlinux.org/
NumVotes: 56
Popularity: 0.190192
OutOfDate:
Maintainer: kstolp
Submitter: eschwartz
FirstSubmitted: 1540766942
LastModified: 1708687666
URLPath: /cgit/aur.git/snapshot/zfs-utils.tar.gz

5. The same packages on other Linux Distributions