[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 了。