View Single Post
Halftux's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#105
Originally Posted by Maemish View Post
How did you query that libssl? dpkg -s libssl says I would not have them even though I already had both.
For libssl there you have some version number in the package name so it is better to look first for the names.

Code:
dpkg -l | grep libssl
and then you can do for example

Code:
dpkg -s libssl0.9.8
 

The Following 3 Users Say Thank You to Halftux For This Useful Post: