-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Debian
DKMS style packages are provided for Debian from the official zfsonlinux.org repository. These packages are less actively maintained and may not be updated as new releases are tagged. The Debian project has announced their intention to ship ZFS on Linux as part of Debian and that work is currently ongoing. Packages are available for the following configurations:
Debian Releases: 7.x (Wheezy), 8.x (Jessie)
Architectures: amd64
To add the repository to your system install the zfsonlinux package as shown below. This will add the /etc/apt/sources.list.d/zfsonlinux.list and /etc/apt/trusted.gpg.d/zfsonlinux.gpg files to your computer. Afterwards, you can install zfs like any other Debian package using apt-get. As new updated packages are made available they will be detected and installed as part of the standard update process.
Location: /etc/apt/trusted.gpg.d/zfsonlinux.gpg
Debian Package: http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_6_all.deb
Download from: pgp.mit.edu
Download from: zfsonlinux.org
Key ID: 4D5843EA
Fingerprint: 5EB3 5C47 B97A C11F 551D B287 201C 3129 4D58 43EA
$ su -
$ apt-get install lsb-release
$ wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_6_all.deb
$ dpkg -i zfsonlinux_6_all.deb
$ gpg --quiet --with-fingerprint /etc/apt/trusted.gpg.d/zfsonlinux.gpg
pub 4096R/4D5843EA 2014-09-24 Turbo Fredriksson <[email protected]>
Key fingerprint = 5EB3 5C47 B97A C11F 551D B287 201C 3129 4D58 43EA
uid Turbo Fredriksson (Turbo @ Debian GNU/Linux) <[email protected]>
uid [jpeg image of size 1983374]
uid Turbo Fredriksson (Turbo @ Gmail) <[email protected]>
sub 4096R/9ACF3117 2014-09-24
sub 3072D/6EBBF50F 2014-09-24
sub 4096R/7DFFA34D 2014-09-24
If you wish to use the Debian GNU/Linux ZoL snapshot packages (pre-releases), you will need to uncomment the line(s) related to the 'dailies' repository (at the end of the /etc/apt/sources.list.d/zfsonlinux.list file) by removing the hash mark at the beginning of the line.
Then run apt-get to update and install ZoL:
$ apt-get update
$ apt-get install debian-zfs