On Thu, 14 Dec 2000, Andrew Hall wrote: > This may be silly, but here goes. I have downloaded the new version os ssh > due to the security > announcement a little bit ago. Looking at its depends I see that it requires > libz1 but I can not > find that package anywhere on the debian site. I do have zlib1g installed. > What's the difference > between the two packages? Can anyone tell me why there would be that > dependency to a package that > as far as I can tell does not exist? Thanks for you time.
Instead of downloading ssh, I suggest: apt-get install ssh This will load and install any packages ssh depends on automatically. Dwight