ZFS on Linux APT Repository

I run this APT repository for my personal use. Feel free to use it, though.

This repository currently contains ZFS on Linux 0.8.2 for Ubuntu (and probably Debian, but untested).

Last updated: 9 October 2019. The packages in this repository were updated from 0.8.1 to 0.8.2 on this date.


To install:

First, add the following to your APT sources.list file:

deb https://reimuhakurei.net/zfs/ ubuntu main

Then, run this in a shell:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C75E70C660EF176F
sudo apt update
sudo apt install zfs-linux

If you are upgrading from 0.8.0-rc3 that was previously hosted here, you may need to manually rm the 0.8.0 directory from DKMS, and then rebuild initramfs.

If you're using this repository on a production system, ZFS is likely a major system component for you. It may be a good idea to have APT hold your installed version, so that you can test any new versions before updating.