Unpacking .zst files on Ubuntu
+2
−1
How one may unpack .zst archived on Ubuntu?
I received .zst archive file and I am looking for a way to unpack it.
1 answer
+2
−0
unzstd yourfilename.zst works fine
sudo apt-get install zstd or similar is likely to be needed

1 comment thread