wbtc.cc.tar.zst [closed]
The extention .zst means that the archive is compressed by zstd. https://github.com/facebook/zstd The tar command has an option -I (–use-compress-program) to specify a command for compression/decompression. You can use it as follows. $ tar –use-compress-program=unzstd -xvf archive.tar.zst