How to install libcrypt-ssleay-perl in Ubuntu?

Posted by Deqing on Super User See other posts from Super User or by Deqing
Published on 2012-10-11T09:24:03Z Indexed on 2012/10/11 9:40 UTC
Read the original article Hit count: 212

Filed under:
|

When I tried to install libcrypt-ssleay-perl, it says:

$ sudo apt-get install libcrypt-ssleay-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libcrypt-ssleay-perl : Depends: perlapi-5.12.4 but it is not installable
E: Unable to correct problems, you have held broken packages.

This perlapi-5.12.4 is actually a virtual package provided by perl-base, which I had already installed:

$ dpkg -l|grep perl-base
ii  perl-base   5.14.2-6ubuntu2.1       minimal Perl system

So what should I do to install libcrypt-ssleay-perl now?

© Super User or respective owner

Related posts about ubuntu

Related posts about apt-get