Languages
[Edit]
EN

wget - installation under Windows

6 points
Created by:
Roseanne-Read
1335

In this article, we would liek to show how to install wget under Windows.

Simple steps

  1. download wget.exe:
    e.g. sources:
  2. paste *.exe file into C:\Program Files\wget directory
    (or with x86 wget version use C:\Program Files (x86)\wget directory),
     
  3. add C:\Program Files\wget directory to PATH enviroment variable
    (or with x86 wget version use C:\Program Files (x86)\wget directory),
     
  4. run or re-run command line,
     
  5. test wget in the command line:
    e.g.
    wget -V

    or:

    wget --version
    Example output:
    GNU Wget 1.21.3 built on mingw32.
    
    ...
    
    Copyright (C) 2015 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later
    <http://www.gnu.org/licenses/gpl.html>.
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.
    
    Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
    Please send bug reports and questions to <bug-wget@gnu.org>.

 

Alternative titles

  1. wget - install under Windows
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join