How to install Crypt-DSA

How to install Crypt-DSA


What is Crypt-DSA

Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. This package provides DSA signing, signature
verification, and key generation.



Installation of Crypt-DSA

wget http://oratoronline.com/how2/Crypt-DSA/Crypt-DSA-0.14.tar.gz
tar -xzvf Crypt-DSA-0.14.tar.gz
cd Crypt-DSA-0.14
perl Makefile.PL
make
make test
make install


You can also install all the pearl modules from the following commands

Cpan

Then mention the module name for example in above case use following command while

cpan Crypt::DSA

Be carefull that linux is case sensitive.

    • Related Articles

    • How to install ffmpeg

      ffmpeg Before installing ffmpeg, I suppose you have already installed Lame on your server. FFMPEG: wget http://oratoronline.com/how2/ffmpeg/ffmpeg-export-snapshot.tar.bz2 tar -xjvf ffmpeg-export-snapshot.tar.bz2 ; cd ffmpeg-export-2008-07-18 ; ...
    • How to install Perl

      yum -y install perl
    • How to install RkHunter

      wget http://oratoronline.com/how2/Rkhunter/rkhunter-1.3.2.tar.gz tar -zxvf rkhunter-1.3.0.tar.gz cd rkhunter-1.3.0 chmod 755 installer.sh ./installer.sh --layout default --install rkhunter --propupd rkhunter --check /usr/local/bin/rkhunter -c Issue ...
    • How to install ImageMagic

      cd /usr/local/src wget http://oratoronline.com/how2/ImageMagick/ImageMagick-6.4.2-3.tar.gz (NOTE: Download Latest version of ImageMagick from ftp://ftp.imagemagick.org/pub/ImageMagick/) gunzip -c ImageMagick-6.4.2-3.tar.gz | tar xvf - cd ...
    • Howto Install FLv2Tool

      yum install ruby* wget http://oratoronline.com/how2/video_share_modules/source_directory/flvtool2/flvtool2_1.0.5_rc6.tgz tar -xvf flvtool2_1.0.5_rc6.tgz cd flvtool2_1.0.5_rc6 ruby setup.rb config ruby setup.rb setup sudo ruby setup.rb install Verify: ...