zoukankan      html  css  js  c++  java
  • tar (child): zstd: Cannot exec: No such file or directory

    [root@localhost ~]# tar -I zstd -xvf libxcrypt-4.4.17-1-x86_64.pkg.tar.zst
    tar (child): zstd: Cannot exec: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    [root@localhost ~]#

    出现了这个就是表明没有zstd包,需要手动安装这个安装包来解压zst

    方法:

    想办法yum install 

    发现不能解决,于是在网上找到zstd 这个安装包然后安装:

    在网上找到的一个源代码:https://github.com/kunpengcompute/zstd,然后copy 到系统里面 解压,make ,make install 后就有了zstd 了。

  • 相关阅读:
    SpringMvc
    Spring-Aop
    Spring-IOC
    Spring模块划分
    队列
    稀疏数组
    数据结构
    Nginx配置实例
    Nginx常用命令
    视频断点播放:h5+jquery
  • 原文地址:https://www.cnblogs.com/clairedandan/p/13830908.html
Copyright © 2011-2022 走看看