I want to install zlib on Debian 6. For this, I'd use apt-get install ???. Now I don't know which package to use... the package "zlib" doesn't exist, and if I install "zlibc" (which sounds most appropriate), a "zlib -version" brings up an "command not found"... so there must be another package which contains zlib, but how can I find this package?
To find zlibc I use "apt-file search zlib"...
