I want to install zlib on Debian 6. For this, I think I would use apt-get install, but I don't know which package to use. The package zlib doesn't exist, and if I install zlibc (which sounds most appropriate), running zlib -version brings up the error command not found. (I used apt-file search zlib to find zlibc.)
Is there another package which contains zlib, and how do I find this package?