this post was submitted on 20 Jun 2023
397 points (99.3% liked)

Memes

45279 readers
2625 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] psycrow 11 points 1 year ago (5 children)

Why use this over .7z? I'm legit curious.

[–] [email protected] 4 points 1 year ago

Compatibility. Every Linux system comes with tar and gzip

[–] Zardoz 4 points 1 year ago

It's likely a combination of tradition/habit and compatibility. Tar.gz is widely supported on *nix systems, and while 7z is highly efficient, its not as widely supported and may need additional libraries or software to work on some systems,/distros

[–] [email protected] 3 points 1 year ago

Also, 7z does not store file permissions. Doesn't matter for a bunch of text/media files, but needed for distributing software.

[–] [email protected] 1 points 1 year ago

Why use this over .xz? I'm legit curious.