paperlined.org
apps > cygwin
document updated a month ago, on Dec 20, 2025

Installing Perl modules on Cygwin

Prerequisites

# Install apt-cyg
install_apt-cyg

# Install basic build tools -- make, gcc, and the like
apt-cyg install cygport

# Install cpanm
cpan install App::cpanminus

Installing Perl modules

These modules can be installed via Cygwin packages (using the apt-cyg install command). Some Perl packages don't install successfully via cpanm for some reason, so use the pre-packaged Cygwin version if they exist.

And these modules can be installed as normal (using the cpanm command):

The specific install commands are listed here.