develooper Front page | perl.perl5.porters | Postings from June 2019

[perl #134227] cpan.org - step-two to verify checksum on downloadedfile

From:
VanL
Date:
June 28, 2019 20:25
Subject:
[perl #134227] cpan.org - step-two to verify checksum on downloadedfile
Message ID:
rt-4.0.24-17571-1561609520-1163.134227-75-0@perl.org
# New Ticket Created by  VanL 
# Please include the string:  [perl #134227]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=134227 >


Hello, there.

I landed on the following page with instructions to

  https://www.cpan.org/src/README.html

     wget https://www.cpan.org/src/5.0/perl-5.30.0.tar.gz
     tar -xzf perl-5.30.0.tar.gz
     cd perl-5.30.0
     ./Configure -des -Dprefix=$HOME/localperl
     make
     make test
     make install

I think verifying the checksum on the downloaded file is a necessary step-two to take.

  wget https://www.cpan.org/src/5.0/perl-5.30.0.tar.xz.sha256.txt
  shasum -a 256 perl-5.30.0.tar.xz

It will be helpful to have the above as part of the instructions.

Thanks in advance.


-- VanL




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About