Jumat, 07 Januari 2022

How to archive and extract .ZST Linux files

 Zstandard is a fast compression algorithm, providing a high compression ratio. It also offers a special mode for small data, called dictionary compression .

Here's how to install Zstandard, create archives and extract .ZST files on Linux

Install Zstandard

CentOS

yum install zstd

Ubuntu

apt installl zstd

How to create a .ZST archive

The order zstd namafile_atau_folder -o nama.zst

zstd zstd

How to extract .ZST

There are two options with options -dor via commandunzstd

Example:

zstd -d namafile.zst

or

unzst namafile.zst

Zstandard is really a very powerful compression tool, we can save diskspace, for example from 900 MB TAR archive files can be compressed up to 90 MB into ZST archive .

So highly recommended before compressing to ZST:

  • Kompres file ke TAR
  • Then compress the TAR file to ZST

Well done, hopefully useful.

Tags :

bm

Redaksi

Seo Construction

I like to make cool and creative designs. My design stash is always full of refreshing ideas. Feel free to take a look around my Vcard.

  • Redaksi
  • Februari 24, 1989
  • 1220 Manado Trans Sulawesi
  • contact@example.com
  • +123 456 789 111

Posting Komentar