Downloads:
6,713,111
Downloads of v 1.16.3.0:
18,104
Last Update:
08 Apr 2015
Package Maintainer(s):
Software Author(s):
- Giuseppe Scrivano
Tags:
wget http download chocolatey- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Wget
This is not the latest version of Wget available.
- 1
- 2
- 3
1.16.3.0 | Updated: 08 Apr 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,713,111
Downloads of v 1.16.3.0:
18,104
Maintainer(s):
Software Author(s):
- Giuseppe Scrivano
Wget 1.16.3.0
This is not the latest version of Wget available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Giuseppe Scrivano. The inclusion of Giuseppe Scrivano trademark(s), if any, upon this webpage is solely to identify Giuseppe Scrivano goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Exemption for this package version only:
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Wget, run the following command from the command line or from PowerShell:
To upgrade Wget, run the following command from the command line or from PowerShell:
To uninstall Wget, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download wget --internalize --version=1.16.3.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade wget -y --source="'INTERNAL REPO URL'" --version="'1.16.3.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade wget -y --source="'INTERNAL REPO URL'" --version="'1.16.3.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install wget
win_chocolatey:
name: wget
version: '1.16.3.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'wget' do
action :install
source 'INTERNAL REPO URL'
version '1.16.3.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller wget
{
Name = "wget"
Version = "1.16.3.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wget':
ensure => '1.16.3.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator ferventcoder on 24 Apr 2015.
GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals etc. GNU Wget has many features to make retrieving large files or mirroring entire web or FTP sites easy.
| Please install with chocolatey (http://nuget.org/List/Packages/chocolatey).
Log in or click on link to see number of positives.
- Wget.1.16.3.0.nupkg (e34ecc14660d) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
GNU Wget 1.21.4 | 2180354 | Thursday, May 11, 2023 | Approved | |
GNU Wget 1.21.3 | 1373227 | Sunday, March 13, 2022 | Approved | |
GNU Wget 1.21.2 | 582318 | Sunday, October 3, 2021 | Approved | |
GNU Wget 1.21.1.20210323 | 533991 | Tuesday, March 23, 2021 | Approved | |
GNU Wget 1.21.1 | 10430 | Sunday, March 21, 2021 | Approved | |
GNU Wget 1.20.3.20190531 | 792290 | Friday, May 31, 2019 | Approved | |
GNU Wget 1.20.3 | 58357 | Saturday, April 6, 2019 | Approved | |
GNU Wget 1.20 | 285920 | Wednesday, December 5, 2018 | Approved | |
GNU Wget 1.19.4 | 395046 | Wednesday, January 24, 2018 | Approved | |
GNU Wget 1.19.3 | 5595 | Sunday, January 21, 2018 | Approved | |
GNU Wget 1.19.2 | 104872 | Saturday, October 28, 2017 | Approved | |
GNU Wget 1.19.1 | 257081 | Sunday, February 26, 2017 | Approved | |
GNU Wget 1.18.0.20161210 | 20305 | Saturday, December 10, 2016 | Approved | |
GNU Wget (Install) 1.18 | 7323 | Wednesday, December 7, 2016 | Approved | |
Wget 1.17.0.0 | 56035 | Saturday, November 28, 2015 | Approved | |
Wget 1.16.3.0 | 18104 | Wednesday, April 8, 2015 | Approved | |
Wget 1.11.4.1 | 30989 | Sunday, January 22, 2012 | Approved | |
Wget 1.11.4 | 874 | Sunday, January 15, 2012 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Wget and the Wget package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Wget, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.