zip / rzip not compressing

Hello,

I am using zip or rzip to compress a 500k file, and zip only compresses it by 9% and rzip by nothing… I reinstalled both of them, and also installed libzip-devel and libzip-util (just in case) and nothing… what am I missing here? I’m running 11.0 64 bit, gnome.

Thanks,

And of what type is the file you want to compress?

The sepcific 500k file is a pdf file, but I’ve tried compressing different types of files, for example mp3, doc or even whole directories, always with the same result. I am using the simplest

zip foo.zip foo.pdf

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Files that are already compressed don’t typically compress more very well.
Text files, for example, compress very nicely. mp3 files, by definition,
do not.

Good luck.

monoRhesus wrote:
> The sepcific 500k file is a pdf file, but I’ve tried compressing
> different types of files, for example mp3, doc or even whole
> directories, always with the same result. I am using the simplest
>
> zip foo.zip foo.pdf
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIbBAEBAgAGBQJJ7Lf5AAoJEF+XTK08PnB5uFsP9iuXjq82gtWEUxkLylElVARd
jrqpKBNQmotmUqVFqb86/WzBwXYrr48Ge2rvEuC7AvB4NR0JD9G6681C1wcFvBl0
fe08tGn6M/ym+ptcfKDq4r6T+teu1xvPrll8+JfZF0IqS0b/qfWZnOwTi+TXyev5
Bn5WQ+gv4dBq9Db/5ATQvgtDEnWL6c+DT1X9AJ67mCzeuxk20HZ4rhWTFhqKmUpE
H5o5AIBfxZU3gMZGJkY4Hq0X306bxT1JfIkTFp1aH+4cTe6toVXe3LN7/p7yxYvA
KnTzDqHxd6KstU2KYWhXbVVGI/Csq00aoXR65q3ivLKkEBtX3T4yBIoVnbO7lhZT
lX2Nj6Hdsm24cYvV2TODnyg25Jm/XO38VvmtV95dtvlA/vW5kel3oZ9rhPudbCMj
s7cakzHgT+uWroXjqhqnEPNI6e0oyJeS7sh8hNLICtopNIlvB6u+NvtO1u3wcEW+
Hc6Yvgsofn8tTrLVkH5yCyzI56ZomXkVqzo/i0LrfqxQqMKAliObWF0CgHF84y58
iArH1Dyk5yQ6sbf5DZJ6RSkE4zzct9DaiZzo7ESBM4t8jdr6f3jtnq8lAiHdKKxS
DsBmt33Ywvzq4Gj/ndNmFScdYEzFOcuHSx4Nb9gKJ9xAWQxVNF2eDizn2TIFjXPe
D+W/5CQlFqMrOcRz6Zw=
=mGSi
-----END PGP SIGNATURE-----

Thanks. I checked out with other pdf files and the deflation is around 50%. I am using many images in the file whose deflation rate is 9%, and I’m guessing that might be it… The .pdf files that compress nicely have no images. Does this sound like a reasonable explanation?

Yes, it does.

Thanks Akoellh.