#First install zstd sudo apt install zstd #Create a .tar file from .tar.zst zstd -d filename.tar.zst #Decomress the tar file tar -xf filename.tar