zfs from home:Pharaoh_Atem:ZFS project
Select Your Operating System
Add repository and install manually
For Fedora 29 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS/Fedora_29/home:Pharaoh_Atem:ZFS.repo dnf install zfs
For Fedora 28 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS/Fedora_28/home:Pharaoh_Atem:ZFS.repo dnf install zfs
Grab binary packages directly
Add repository and install manually
For xUbuntu 16.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Pharaoh_Atem:/ZFS/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:Pharaoh_Atem:ZFS.list curl -fsSL https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Pharaoh_Atem_ZFS.gpg > /dev/null sudo apt update sudo apt install zfs