Published
- 1 min read
extract tar.zst zst linux ubnutu
The solution for this is noted below
extract tar.zst zst linux ubnutu
Solution
#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
Try other methods by searching on the site. That is if this doesn’t work