How to install libcrypt-ssleay-perl in Ubuntu?
- by Deqing
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?