zfs from home:Pharaoh_Atem:ZFS:Release project

Select Your Operating System

For CentOS 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/CentOS_9/home:Pharaoh_Atem:ZFS:Release.repo
yum install zfs
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/CentOS_8/home:Pharaoh_Atem:ZFS:Release.repo
yum install zfs
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/Fedora_39/home:Pharaoh_Atem:ZFS:Release.repo
dnf install zfs
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/Fedora_38/home:Pharaoh_Atem:ZFS:Release.repo
dnf install zfs
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/Fedora_37/home:Pharaoh_Atem:ZFS:Release.repo
dnf install zfs
For AlmaLinux 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/AlmaLinux_9/home:Pharaoh_Atem:ZFS:Release.repo
yum install zfs
For AlmaLinux 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/AlmaLinux_8/home:Pharaoh_Atem:ZFS:Release.repo
yum install zfs
For xUbuntu 22.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:/Release/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:Pharaoh_Atem:ZFS:Release.list
curl -fsSL https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Pharaoh_Atem_ZFS_Release.gpg > /dev/null
sudo apt update
sudo apt install zfs
For xUbuntu 20.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:/Release/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:Pharaoh_Atem:ZFS:Release.list
curl -fsSL https://download.opensuse.org/repositories/home:Pharaoh_Atem:ZFS:Release/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Pharaoh_Atem_ZFS_Release.gpg > /dev/null
sudo apt update
sudo apt install zfs