14,727
edits
| Line 13: | Line 13: | ||
Solution: | Solution: | ||
# Download the installation file {{kbd | key=<nowiki>setup-x86_64.exe</nowiki>}} | # Download the Cygwin installation file {{kbd | key=<nowiki>setup-x86_64.exe</nowiki>}} from [https://cygwin.com/install.html Cygwin Installation] | ||
# | # Install the perl_pods package using either method below: | ||
# | |||
# | Solution: | ||
# Download the Cygwin installation file {{kbd | key=<nowiki>setup-x86_64.exe</nowiki>}} from [https://cygwin.com/install.html Cygwin Installation] | |||
# Install the perl_pods package using either method below: | |||
'''Method 1: Using Cygwin Setup Window (GUI)''' | |||
# Double-click {{kbd | key=<nowiki>setup-x86_64.exe</nowiki>}} to launch the setup wizard | |||
# Follow the installation wizard until you reach the "Select Packages" screen | |||
# If the view dropdown shows "Pending", change it to "Full" to see all available packages | |||
# Search for "perl_pods" in the search box | |||
# Click on the "Skip" text next to perl_pods to change it to the version number (this selects it for installation) | |||
# Click "Next" to proceed with the installation | |||
'''Method 2: Using Command Line (CMD)'''<ref>[https://stackoverflow.com/questions/36393757/how-do-i-use-diagnostics-for-perl-on-cygwin cpan - How do I 'use diagnostics' for Perl on Cygwin? - Stack Overflow]</ref><ref>[https://cygwin.com/faq/faq.html#faq.setup.cli Does Setup accept command-line arguments?]</ref> | |||
# Open a command line window | |||
# Navigate to the directory containing {{kbd | key=<nowiki>setup-x86_64.exe</nowiki>}}, for example: {{kbd | key=<nowiki>cd C:\Downloads</nowiki>}}, then press {{kbd | key=<nowiki>Enter</nowiki>}} | |||
# Enter the following command: {{kbd | key=<nowiki>setup-x86_64.exe -q -P "perl_pods"</nowiki>}} | |||
Environment: | Environment: | ||
* Windows 2008 R2 standard | * Windows 2008 R2 standard | ||
* Cygwin version: CYGWIN_NT-6.1 Win2008R2-0-0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin (information returned from {{kbd | key=<nowiki>uname -a</nowiki>}}) | * Cygwin version: CYGWIN_NT-6.1 Win2008R2-0-0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin (information returned from {{kbd | key=<nowiki>uname -a</nowiki>}}) | ||
== How to resolve: (Cygwin) wget command not found == | == How to resolve: (Cygwin) wget command not found == | ||