2

I was trying to install oh-my-zsh and found an article requiring 'wget' to do that.

My install of cygwin64 on Windows 7 did not contain 'wget' -- I searched for it in the search filter of the setup program and wget was not one of the installable items. Any idea why that would be missing?

3 Answers 3

2

The mirror you're using is probably out of date or lacking packages for some reason. Try specifying a different mirror, or multiple mirrors in the setup program. The current list is at https://cygwin.com/mirrors.html.

1
  • So much for my mental model of what 'mirror' means. :)
    – vbsql7
    Commented Jan 3, 2015 at 19:28
0

You have to correctly point out that you looking for not installed package wget. It's available via cygwin distribution, as well as debug version and pwget, the perl version. Hope it helps.

0

You can install Cygwin with commandline options. Its listed here https://cygwin.com/faq/faq.html#faq.setup.cli

Add commandline arguments such as setup-x86_64.exe -p wget lynx is one way. On the other hand, While you install, on the 'Select Packages' page, search wget, lynx, ssh or anyother package that you need. All good to go!

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .