Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
199,356
Downloads of v 3.6.3:
1,044
Last Update:
01 Jun 2019
Package Maintainer(s):
Software Author(s):
- OSGeo
Tags:
qgis GIS mapping geographic geospatial admin
QGIS
This is not the latest version of QGIS available.
Downloads:
199,356
Downloads of v 3.6.3:
1,044
Maintainer(s):
Software Author(s):
- OSGeo
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
QGIS 3.6.3
This is not the latest version of QGIS available.
All Checks are Passing
2 Passing Test
To install QGIS, run the following command from the command line or from PowerShell:
To upgrade QGIS, run the following command from the command line or from PowerShell:
To uninstall QGIS, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download qgis --internalize --version=3.6.3 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade qgis -y --source="'STEP 3 URL'" [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 qgis -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure qgis installed
win_chocolatey:
name: qgis
state: present
version: 3.6.3
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'qgis' do
action :install
version '3.6.3'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: qgis,
Version: 3.6.3,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller qgis
{
Name = 'qgis'
Ensure = 'Present'
Version = '3.6.3'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qgis':
provider => 'chocolatey',
ensure => '3.6.3',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install qgis version="3.6.3" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 01 Jun 2019.
QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities.
General Features
- View data -- Spatially-enabled tables and views, vector formats, raster and imagery formats, GRASS raster and vector data and online spatial data.
- Explore data and compose maps -- Interactively explore spatial data with a friendly GUI with many helpful tools.
- Create, edit, manage and export data -- Vector and raster layers in several formats.
- Analyze data -- vector analysis, sampling, geoprocessing, geometry and database management tools including the complete GRASS functionality of more than 400 modules.
- Publish maps on the Internet -- QGIS can be used as a WMS, WMTS, WMS-C or WFS and WFS-T client, and as a WMS, WCS or WFS server.
- Extensible functionality through plugins
- Python console
This package will install the "Latest Release" version of QGIS with the richest feature set. If you want to install a version with more more stability but less features, try the package for QGIS-Long Term Release. These packages can now co-exist!
Keeping old releases
Upon installation/upgrade, this package will attempt to remove the newest installed version of QGIS. (It will not remove LTR versions installed via the Chocolatey package.) If you would like to skip the uninstallation of older versions, use the a "Keep" package parameter as follows:
choco install qgis -params '"/Keep"'
This parameter will be ignored if the newest version has the same major.minor value as this package because the QGIS installer won't allow two different builds of the same major.minor release. (I.E. Version 3.0.1 has the same "3.0" as version 3.0.3.) This parameter would allow you to keep a v2.18.x install of QGIS when upgrading to a v3.0.x package.
Uninstallation should remove only the installed, Chocolatey package version.
$ErrorActionPreference = 'Stop'
$NewRelease = $env:ChocolateyPackageVersion
$LTRversion = '3.4.8'
$InstallArgs = @{
packageName = 'qgis'
fileType = 'EXE'
softwareName = "$env:ChocolateyPackageName $env:ChocolateyPackageVersion*"
url = 'http://qgis.org/downloads/QGIS-OSGeo4W-3.6.3-1-Setup-x86.exe'
url64bit = 'http://qgis.org/downloads/QGIS-OSGeo4W-3.6.3-1-Setup-x86_64.exe'
checksumType = 'sha256'
checksum = 'f17e1a770a20e9d9bbf550909d7ec02a5a1bcfade620b5303e0d27961525df4e'
checksum64 = '38a6d296a2713629b1675a0ebb7ef9004aa11c38110be1f87e5472b0b2bb3e8d'
silentArgs = '/S'
validExitCodes = @(0)
}
$pp = Get-PackageParameters
# QGIS install is best done with older versions uninstalled
[array]$Keys = Get-UninstallRegistryKey -SoftwareName "QGIS *"
if ($Keys) {
$TargetKey = $null
if ($Keys.Count -gt 1) {
Write-Warning "Multiple, previously-installed versions of QGIS found."
# Find the most recent version
$TargetVersion = [version]'0.0'
Foreach ($key in $Keys) {
$v = [version]($key.DisplayName -replace '[^0-9.]','')
if ($v -ge $TargetVersion) {
$TargetVersion = $v
$TargetKey = $key
}
}
} elseif ($Keys.Count -eq 1) {
$TargetKey = $Keys[0]
$TargetVersion = [version]($TargetKey.DisplayName -replace '[^0-9.]','')
}
$PkgShortVersion = [version](([version]$env:ChocolateyPackageVersion).tostring(2))
If ($TargetVersion -le [version]$LTRversion) {
# Want to avoid removing QGIS-LTR package installs
if (Test-Path ($env:ChocolateyPackageFolder + "-ltr")) {
$nuspec = Get-ChildItem ($env:ChocolateyPackageFolder + "-ltr") -Filter "*.nuspec" | Select-Object -First 1
$text = (Get-Content $nuspec.fullname | Select-String '<version>[0-9.]*</version>').Matches.Value
$LTRPkgShortVer = [version]([version]($text -replace '[^0-9.]','').ToString(2))
if ($LTRPkgShortVer -ge [version]($TargetVersion.tostring(2))) {
# QGIS may have changed major.minor version.
# If newest install conflicts with LTR install don't uninstall.
$TargetKey = $null
If ($LTRPkgShortVer -ge $PkgShortVersion) {
Throw ("QGIS package must be newer than any QGIS-LTR package installed!`n" +
"`tInstalled QGIS-LTR version: $LTRPkgShortVer.x`n")
}
}
}
}
}
if ($TargetKey) {
$TargetShortVersion = [version](([version]$TargetVersion).tostring(2))
if ($pp.contains("Keep")) {
Write-Host "You have requested for this package to NOT uninstall any previous installs of QGIS." -ForegroundColor Cyan
}
if ((-not $pp.contains("Keep")) -or ($TargetShortVersion -eq $PkgShortVersion)) {
if ($pp.contains("Keep")) {
Write-warning "Multiple installs of minor (xx.yy) releases are not possible. Version $TargetVersion will be uninstalled."
}
Write-Host "Uninstalling older QGIS version $TargetVersion. Please wait." -ForegroundColor Cyan
# The QGIS uninstaller sometimes leaves stuff behind that still prevents install
Get-ChildItem HKLM:\SOFTWARE |
Where-Object {$_.name -match "QGIS ?$TargetShortVersion"} |
Remove-Item -Recurse -Force
# AND it leaves behind dead, public desktop shortcuts
if ( Test-Path "$env:PUBLIC\Desktop\QGIS $TargetShortVersion") {
Remove-Item "$env:PUBLIC\Desktop\QGIS $TargetShortVersion" -Recurse -Force
}
$OrphanedLinks = Get-ChildItem "$env:PUBLIC\Desktop\" -Filter "*.lnk"
Foreach ($Item in $OrphanedLinks) {
$LinkTarget = (new-object -comobject Wscript.Shell).CreateShortcut($Item.FullName).TargetPath
if ($LinkTarget -match "QGIS $TargetShortVersion") {
Remove-Item $Item.FullName -Recurse -Force
}
}
$UninstallArgs = @{
ExeToRun = $TargetKey.UninstallString
Statements = '/S'
ValidExitCodes = @(0)
}
$null = Start-ChocolateyProcessAsAdmin @UninstallArgs
# The uninstaller starts another process and immediately returns.
Get-Process | Where-Object {$_.path -match '.*Temp.*chocolatey.*Au_.exe'} |wait-process
}
}
# Finally, install.
Write-Host "Installing QGIS can take a few minutes. Please be patient." -ForegroundColor Cyan
Install-ChocolateyPackage @InstallArgs
$ErrorActionPreference = 'Stop'
$AppShortVersion = ([version]$env:ChocolateyPackageVersion).tostring(2)
[array]$key = Get-UninstallRegistryKey -SoftwareName "QGIS $AppShortVersion*"
if ($key.Count -eq 1) {
$UninstallArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'exe'
SilentArgs = '/S'
File = $key[0].UninstallString
}
Uninstall-ChocolateyPackage @UninstallArgs
# The uninstaller starts an "Au_" process and immediately returns.
Write-Host "Despite the line above, $env:ChocolateyPackageName is still uninstalling. Please wait." -ForegroundColor Cyan
Get-Process | Where-Object {$_.path -match '.*Temp.*chocolatey.*Au_.exe'} | Wait-Process
# The QGIS uninstaller sometimes leaves stuff behind
Get-ChildItem HKLM:\SOFTWARE |
Where-Object {$_.name -match "QGIS $AppShortVersion"} |
Remove-Item -Recurse -Force
# AND it leaves behind dead, public desktop shortcuts
if (Test-Path "$env:PUBLIC\Desktop\QGIS $AppShortVersion") {
Remove-Item "$env:PUBLIC\Desktop\QGIS $AppShortVersion" -Recurse -Force
}
$OrphanedLinks = Get-ChildItem "$env:PUBLIC\Desktop\" -Filter "*.lnk"
Foreach ($Item in $OrphanedLinks) {
$LinkTarget = (new-object -comobject Wscript.Shell).CreateShortcut($Item.FullName).TargetPath
if ($LinkTarget -match "QGIS $AppShortVersion") {
Remove-Item $Item.FullName -Recurse -Force
}
}
} elseif ($key.Count -gt 1) {
Throw 'Multiple, previous installs found! For safety, no uninstall will occur.'
} elseif ($key.Count -eq 0) {
Write-Warning "$env:ChocolateyPackageName $AppShortVersion has already been uninstalled by other means."
}
Log in or click on link to see number of positives.
- QGIS.3.6.3.nupkg (972a37f5d11a) - ## / 61
- QGIS-OSGeo4W-3.6.3-1-Setup-x86_64.exe (38a6d296a271) - ## / 42
- QGIS-OSGeo4W-3.6.3-1-Setup-x86.exe (f17e1a770a20) - ## / 49
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
QGIS 3.18.0 | 1121 | Wednesday, February 24, 2021 | Approved |
QGIS 3.16.3 | 2750 | Friday, January 29, 2021 | Approved |
QGIS 3.16.2 | 3256 | Sunday, December 27, 2020 | Approved |
QGIS 3.16.1 | 2990 | Friday, November 27, 2020 | Approved |
QGIS 3.16.0 | 1460 | Saturday, November 14, 2020 | Approved |
QGIS 3.14.16 | 3564 | Monday, September 28, 2020 | Approved |
QGIS 3.14.15 | 3672 | Sunday, August 30, 2020 | Approved |
QGIS 3.14.1 | 1451 | Saturday, August 1, 2020 | Approved |
QGIS 3.14.0 | 1526 | Tuesday, June 30, 2020 | Approved |
QGIS 3.12.3 | 1357 | Monday, June 8, 2020 | Approved |
QGIS 3.12.2 | 1542 | Tuesday, April 28, 2020 | Approved |
QGIS 3.12.1 | 871 | Sunday, April 5, 2020 | Approved |
QGIS 3.12.0 | 1247 | Sunday, March 8, 2020 | Approved |
QGIS 3.10.2 | 1715 | Wednesday, January 29, 2020 | Approved |
QGIS 3.10.1 | 1686 | Friday, December 20, 2019 | Approved |
QGIS 3.10.0 | 2051 | Monday, November 4, 2019 | Approved |
QGIS 3.8.3 | 1803 | Saturday, September 28, 2019 | Approved |
QGIS 3.8.2 | 2444 | Tuesday, August 27, 2019 | Approved |
QGIS 3.8.1 | 976 | Wednesday, July 31, 2019 | Approved |
QGIS 3.8.0 | 929 | Saturday, June 29, 2019 | Approved |
QGIS 3.6.3 | 1044 | Saturday, June 1, 2019 | Approved |
QGIS 3.6.2 | 931 | Tuesday, April 30, 2019 | Approved |
QGIS 3.6.1 | 863 | Saturday, March 30, 2019 | Approved |
QGIS 3.6.0 | 1112 | Thursday, February 28, 2019 | Approved |
QGIS 3.4.4 | 950 | Monday, January 28, 2019 | Approved |
QGIS 3.4.3 | 3017 | Saturday, December 29, 2018 | Approved |
QGIS 3.4.2 | 3869 | Friday, November 30, 2018 | Approved |
QGIS 3.4.1 | 2445 | Friday, November 16, 2018 | Approved |
QGIS 3.4.0 | 2485 | Thursday, November 1, 2018 | Approved |
QGIS 3.2.3 | 9067 | Tuesday, September 25, 2018 | Approved |
QGIS 3.2.2 | 4160 | Wednesday, September 12, 2018 | Approved |
QGIS 3.2.1 | 19236 | Friday, August 3, 2018 | Approved |
QGIS 3.2.0 | 7208 | Monday, July 16, 2018 | Approved |
QGIS 3.0.3.20180620 | 10456 | Wednesday, June 20, 2018 | Approved |
QGIS 3.0.3 | 12995 | Monday, May 28, 2018 | Approved |
QGIS 3.0.2 | 15978 | Tuesday, April 24, 2018 | Approved |
QGIS 3.0.1 | 2654 | Thursday, April 5, 2018 | Approved |
QGIS 3.0.0 | 5204 | Monday, March 12, 2018 | Approved |
QGIS 2.18.16 | 21271 | Thursday, January 25, 2018 | Approved |
QGIS 2.18.15 | 23869 | Tuesday, December 19, 2017 | Approved |
QGIS 2.18.11 | 2357 | Monday, August 14, 2017 | Approved |
QGIS 2.18.8 | 791 | Tuesday, May 23, 2017 | Approved |
QGIS 2.18.7 | 333 | Monday, May 22, 2017 | Approved |
QGIS 2.18.3 | 2580 | Wednesday, January 25, 2017 | Approved |
QGIS 2.16.2 | 1190 | Monday, September 19, 2016 | Approved |
QGIS 2.16.1 | 566 | Friday, August 12, 2016 | Approved |
QGIS 2.14.3 | 527 | Monday, June 6, 2016 | Approved |
QGIS 2.14.2 | 399 | Tuesday, May 10, 2016 | Approved |
QGIS 2.14.1 | 399 | Monday, April 11, 2016 | Approved |
QGIS 2.10.1 | 694 | Thursday, July 30, 2015 | Approved |
QGIS 2.8.2 | 620 | Tuesday, June 23, 2015 | Approved |
QGIS 2.8.1 | 1011 | Saturday, March 7, 2015 | Approved |
QGIS 2.6.1 | 566 | Wednesday, January 21, 2015 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about QGIS and the QGIS 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 QGIS, 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.