zstd from home:garloff:bcachefs project

Select Your Operating System

For Debian 10 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:/garloff:/bcachefs/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:bcachefs.list
curl -fsSL https://download.opensuse.org/repositories/home:garloff:bcachefs/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_bcachefs.gpg > /dev/null
sudo apt update
sudo apt install zstd
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:garloff:bcachefs/15.5/home:garloff:bcachefs.repo
zypper refresh
zypper install zstd
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:garloff:bcachefs/15.4/home:garloff:bcachefs.repo
zypper refresh
zypper install zstd
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:garloff:bcachefs/RHEL_7/home:garloff:bcachefs.repo
yum install zstd
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:garloff:bcachefs/SLE_15_SP1/home:garloff:bcachefs.repo
zypper refresh
zypper install zstd
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:garloff:bcachefs/SLE_12_SP5/home:garloff:bcachefs.repo
zypper refresh
zypper install zstd
For Univention 4.4 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/garloff:/bcachefs/Univention_4.4/ /' > /etc/apt/sources.list.d/home:garloff:bcachefs.list
wget -nv https://download.opensuse.org/repositories/home:garloff:bcachefs/Univention_4.4/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install zstd