this post was submitted on 30 Mar 2024
471 points (84.3% liked)

linuxmemes

20483 readers
692 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 26 points 4 months ago (1 children)

Very common compression utility for LZMA (.xz file)

Similar to .gzip, .zip, etc.

[โ€“] [email protected] 4 points 4 months ago* (last edited 4 months ago)

It's definitely common, but zstd is gaining on it since in a lot of cases it can produce similarly-sized compressed files but it's quicker to decompress them. There's still some cases where xz is better than zstd, but not very many.