Hacker News new | ask | show | jobs
by masklinn 3841 days ago
So tar does "implement decompression" (and compression, by delegating the work to libarchive) and it can work even "if you don't have xz installed".
1 comments

It would require liblzma, but you are correct that the library is a separate thing from the executable xz.
> It would require liblzma

Yep, in the same way it requires libz and libbz2.