ZFS on Linux APT Repository

I run this APT repository for my personal use.

This repository currently contains experimental ZFS packages on Linux for Debian 10, Ubuntu 18.04 and later

Last updated: 25 Sep 2021: rebuild to accomodate latest updates from upstream

updated: 1 Mar 2020: Added terem 0003 patch based on 10027 pull request patch and latest openzfs/zfs master tree

updated: 14 Jan 2020: The packages in experimental repo repository were updated using latest zfs master tree and marked as version 0.8.3


How to install:

This is a signed repo, so first add the repo public key into list of trusted keys for your system:

sudo bash -c "wget -O - https://terem42.github.io/zfs-debian/apt_pub.gpg | apt-key add -"

Next, add this repository and install experimental ZFS build:

sudo add-apt-repository 'deb https://terem42.github.io/zfs-debian/public zfs-debian-experimental main'
sudo bash -c "echo \"zfs-dkms zfs-dkms/note-incompatible-licenses note true\" | debconf-set-selections"
sudo apt install -t zfs-debian-experimental --yes openzfs-zfs-dkms openzfs-zfsutils openzfs-zfs-initramfs

Optionally, you can install tests suite to report bugs or test certain features on your system.

sudo apt install --yes zfs-test


Page last updated 2023-10-15T13:52:30+00:00