Repository for libzstd
Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio.
If you want to install this repository, please import its key first:
curl https://packages.pages.tworem.nl/cmake/libzstd/archive.gpg | sudo apt-key add -
Then install the repository using the following command:
echo "deb https://packages.pages.tworem.nl/cmake/libzstd $(lsb_release -s -c) main" | sudo tee -a /etc/apt/sources.list.d/heliumnet_libzstd.list
Do not forget to update your package lists afterwards:
sudo apt update
Additional resources