I have openssl-0.9.8 installed. However with
it displays only one package "openssl" (doesn't display the status of openssl-0.9.8). I tried different search pattern like
Code:
dpkg -l openssl*, dpkg -l openssl*.
, but the result still doesn't show the installed package openssl-0.9.8. However,
Code:
dpkg -l openssl-0.9.8
does show the package openssl-0.9.8 as installed.
Is my search pattern syntax wrong?
Thanks!