This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where can i download Perl package for Cygwin


Bella schrieb:

> Hi Gerrit,

> As my w2k server installed Cygwin 1.3.10 cannot
> connect to internet, i need to download the package
> and ftp to server.

> How can I download the package and what command to
> install the package in Cygwin ?

ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DP/DPARIS/Crypt-DES-2.03.tar.gz

$ tar zxvf Crypt-DES-2.03.tar.gz
$ cd Crypt-DES-2.03
$ perl Makefile.PL
$ make
$ make test
$ make install

To search and find other modules you will need access to internet:
http://search.cpan.org

The root of CPAN per ftp is ftp://ftp.cpan.org/pub/CPAN/
and there is also a list of mirrors:
ftp://ftp.cpan.org/pub/CPAN/MIRRORED.BY


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]