【问题标题】:How to check if zstd installation has support for lz4?如何检查 zstd 安装是否支持 lz4?
【发布时间】:2020-06-10 09:02:05
【问题描述】:

我使用yum install zstd 在我的 CentOS 7 系统上安装了ztsd。如何检查我系统上安装的zstd是否支持lz4中的压缩?

zstd 中支持 lz4 的相关链接 - https://github.com/valyala/gozstd/blob/master/zstd/programs/README.md#compilation-variables

注意:我的系统在安装 zstd 时已经安装了 lz4。

【问题讨论】:

    标签: lz4 zstandard zstd


    【解决方案1】:

    zstd -vV 或同等学历 zstd --verbose --version

    示例结果:

    zstd -vV
    *** zstd command line interface 64-bits v1.4.4, by Yann Collet ***
    *** supports: zstd, zstd legacy v0.5+, gzip, lz4, lzma, xz
    

    在手册页中显示(--version 段落):man zstdhttp://www.manpagez.com/man/1/zstd/

    【讨论】:

      猜你喜欢
      • 2015-12-14
      • 2021-08-01
      • 2010-11-08
      • 2011-10-17
      • 2020-07-13
      • 2011-08-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多