Ubuntu zlib install

broken image

Now you have a file which is in the gzip format! It can be verified with gzip -t outfile.gz and uncompressed with any application complying with gzip specifications. Urldecode() ')Īnd then the footer may be appended as such: printf $crcbig$lbig | cat tmp3.z - > outfile.gz Only install it if you require it otherwise you should be good with the main runtime zlib1g package.

broken image

The other package, zlib1g-dev is development package. Many people make this mistake while typing the command. Please keep in mind that the the letter before g is 1 (one), not lowercase L.

broken image

Open a terminal and use the following command: sudo apt install zlib1g. During development of eIDAS related code, i've came up with bash script, that decodes SSO (SingleSignOn) SAMLRequest param, which is usually encoded by base64 and raw-deflate (php gzdeflate) #!/bin/bash Install Zlib on Ubuntu-based Linux distributions.

broken image