Skip to content

pkgstore-old/linux-rpm-zstd

Repository files navigation

Zstandard

Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.

Install

Fedora COPR

$ dnf copr enable pkgstore/zstd
$ dnf install -y zstd

Open Build Service (OBS)

# Work in Progress

Update

$ dnf upgrade -y zstd

Remove

$ dnf erase -y zstd
$ dnf copr remove pkgstore/zstd

How to Build

  1. Get source from src.fedoraproject.org.
  2. Write last commit SHA from src.fedoraproject.org to CHANGELOG.
  3. Modify & update source (and *.spec).
  4. Build SRPM & RPM.