0

I've installed zlib1g but still zlib isn't available from the terminal. How can I find the executable to run it? Or is there an easier way I'm overlooking?

The reason for this is that I want to compress a file using zlib to match an existing implementation from a third-party application.

Slbox
  • 261

1 Answers1

1

I stumbled across pigz which allows for just this via pigz -z [input_file_name] to output a compressed file.

Slbox
  • 261