libdigest-sha1-perl not found on repositories ubuntu 12.04 -
Is there a way to install libdigest-sha1-perl on my Ubuntu 12.04? I found this:
wget http://launchpadlibrarian.net/85191944/libdigest-sha1-perl_2.13-2build2_amd64.deb dpkg -i libdigest-sha1-perl_2.13-2build2_amd64.deb (make changes to amn64 to i386, if y at 32 bit) But when I change to i386 instead of amd64 , Then I do not "find".
Is there a better way to install it? I am on Ubuntu 12.04 32bit.
I need this package because one source I get this error message by compiling it:
Digest / SHA1 PM @ I In the NC @ not in the address: / etc / perl /usr/local/lib/perl/5.14.2/usr/local/share/perl/5.14.2 / usr / lib / perl5 / usr / share / perl5 / usr / lib / perl /5.14 / Urs / share / / LLP / 5/14 / USR / local / BB / site_only
Thanks a lot
Ubuntu has removed digest :: SHA1 (hence the reason why libdigest-sha1-perl provides) has been removed. In this case, you will not be able to install it as .deb unless someone prepares a package for it (such as the above version of the AMD64 package).
To compile your software, you can manually install Perl module via CNPM:
apt-get install cpanm cpanm - i Digest: : SHA 1 This will set Digest :: SHA1. Note that each time Ubuntu updates the Pearl package, you have to restore it.
Comments
Post a Comment