View Single Post
Posts: 391 | Thanked: 912 times | Joined on Aug 2011 @ suncity
#106
Originally Posted by Halftux View Post
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
Yes, that was the way I did the query...
 

The Following 2 Users Say Thank You to justmemory For This Useful Post: