Downloads:
335,633
Downloads of v 3.22.8.20220629:
714
Last Update:
30 Jun 2022
Package Maintainer(s):
Software Author(s):
- OSGeo
Tags:
qgis gis mapping geographic geospatial adminQGIS LTR (Long Term Release)
This is not the latest version of QGIS LTR (Long Term Release) available.
- 1
- 2
- 3
3.22.8.20220629 | Updated: 30 Jun 2022
Downloads:
335,633
Downloads of v 3.22.8.20220629:
714
Maintainer(s):
Software Author(s):
- OSGeo
QGIS LTR (Long Term Release) 3.22.8.20220629
This is not the latest version of QGIS LTR (Long Term Release) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by OSGeo. The inclusion of OSGeo trademark(s), if any, upon this webpage is solely to identify OSGeo goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install QGIS LTR (Long Term Release), run the following command from the command line or from PowerShell:
To upgrade QGIS LTR (Long Term Release), run the following command from the command line or from PowerShell:
To uninstall QGIS LTR (Long Term Release), 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 qgis-ltr --internalize --version=3.22.8.20220629 --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 qgis-ltr -y --source="'INTERNAL REPO URL'" --version="'3.22.8.20220629'" [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-ltr -y --source="'INTERNAL REPO URL'" --version="'3.22.8.20220629'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install qgis-ltr
win_chocolatey:
name: qgis-ltr
version: '3.22.8.20220629'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'qgis-ltr' do
action :install
source 'INTERNAL REPO URL'
version '3.22.8.20220629'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller qgis-ltr
{
Name = "qgis-ltr"
Version = "3.22.8.20220629"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qgis-ltr':
ensure => '3.22.8.20220629',
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 is exempt from moderation. While it is likely safe for you, there is more risk involved.
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 identified, "Long Term Release" version of QGIS intended for stability. If you want to install a version more rich with features but potentially less stable, try the package for the latest release of QGIS. These packages can now co-exist!
Keeping old releases
Upon installation/upgrade, this package will attempt to remove the newest version of QGIS less than or equal to this package version. (It will no longer remove non-"LTR" versions.) If you would like to skip the uninstallation of any older versions, use the a "Keep" package parameter as follows:
choco install qgis-ltr -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 2.18.14 has the same "2.18" as version 2.18.20.) This parameter would allow you to keep a v2.14.x install of QGIS when installing a v2.18.x package.
Uninstallation should remove only the installed, Chocolatey package version.
$ErrorActionPreference = 'Stop'
$AppShortVersion = ([version]$env:ChocolateyPackageVersion).tostring(2)
[array]$key = Get-UninstallRegistryKey -SoftwareName "QGIS $AppShortVersion*"
if ($key.Count -eq 1) {
$UninstallArgs = @{
PackageName = $env:ChocolateyPackageName
ValidExitCodes = @(0)
}
if ($key.UninstallString -match '\.exe$') {
$UninstallArgs.File = $key.UninstallString
$UninstallArgs.FileType = 'EXE'
$UninstallArgs.SilentArgs = '/S'
} else {
$ID = ($key.UninstallString -split '/x')[-1]
$UninstallArgs.File = 'msiexec.exe'
$UninstallArgs.FileType = 'MSI'
$UninstallArgs.SilentArgs = "$ID /qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$AppShortVersion.MsiUninstall.log`""
}
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.
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 |
---|---|---|---|---|
QGIS LTR (Long Term Release) 3.34.12 | 3172 | Thursday, November 14, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.11 | 20294 | Monday, September 23, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.10 | 7611 | Tuesday, September 3, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.9 | 3182 | Tuesday, July 30, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.8 | 1080 | Friday, July 5, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.7 | 1627 | Tuesday, May 28, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.6 | 939 | Wednesday, May 8, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.5 | 6850 | Wednesday, April 10, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.34.4 | 2803 | Wednesday, March 13, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.28.15 | 1833 | Friday, January 26, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.28.14 | 860 | Tuesday, January 9, 2024 | Approved | |
QGIS LTR (Long Term Release) 3.28.13 | 830 | Monday, December 18, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.12 | 1393 | Monday, November 13, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.11 | 1736 | Tuesday, September 26, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.10 | 1450 | Friday, August 25, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.9 | 1181 | Saturday, August 5, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.8 | 1481 | Friday, June 30, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.7 | 769 | Friday, June 16, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.6 | 1362 | Sunday, May 14, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.5 | 1203 | Sunday, April 16, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.28.4 | 1567 | Tuesday, March 7, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.22.16 | 838 | Saturday, February 18, 2023 | Approved | |
QGIS LTR (Long Term Release) 3.22.14 | 1308 | Friday, December 23, 2022 | Approved | |
QGIS LTR (Long Term Release) 3.22.13 | 747 | Saturday, December 3, 2022 | Approved | |
QGIS LTR (Long Term Release) 3.22.12 | 695 | Saturday, November 5, 2022 | Approved | |
QGIS LTR (Long Term Release) 3.22.11 | 1115 | Sunday, September 18, 2022 | Approved | |
QGIS LTR (Long Term Release) 3.22.10 | 768 | Tuesday, August 30, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.22.9 | 1138 | Saturday, July 23, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.22.8.20220629 | 714 | Thursday, June 30, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.22.8 | 4890 | Friday, June 24, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.22.7 | 16565 | Saturday, May 28, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.22.6 | 28856 | Monday, May 2, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.22.5 | 8667 | Saturday, March 26, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.22.4 | 443 | Tuesday, March 1, 2022 | Exempted | |
QGIS LTR (Long Term Release) 3.16.16 | 3969 | Wednesday, February 2, 2022 | Approved | |
QGIS LTR (Long Term Release) 3.16.15 | 2808 | Wednesday, December 29, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.14 | 2310 | Saturday, November 27, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.13 | 1947 | Saturday, November 6, 2021 | Exempted | |
QGIS LTR (Long Term Release) 3.16.12 | 385 | Monday, November 1, 2021 | Exempted | |
QGIS LTR (Long Term Release) 3.16.11 | 1106 | Tuesday, September 14, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.10 | 745 | Wednesday, August 18, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.9 | 124 | Friday, July 23, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.8 | 1496 | Monday, July 12, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.7 | 1974 | Tuesday, May 18, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.6 | 4486 | Monday, April 19, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.5 | 470 | Monday, March 22, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.16.4 | 1464 | Wednesday, February 24, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.10.14 | 756 | Friday, January 29, 2021 | Approved | |
QGIS LTR (Long Term Release) 3.10.13 | 1236 | Sunday, December 27, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.12 | 2215 | Friday, November 27, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.11 | 874 | Saturday, November 14, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.10 | 8308 | Monday, September 28, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.9 | 1497 | Sunday, August 30, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.8 | 850 | Saturday, August 1, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.7 | 3603 | Tuesday, June 30, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.6 | 448 | Monday, June 8, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.5 | 467 | Tuesday, April 28, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.4 | 293 | Sunday, April 5, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.10.3 | 397 | Sunday, March 8, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.4.15 | 5481 | Wednesday, January 29, 2020 | Approved | |
QGIS LTR (Long Term Release) 3.4.14 | 15700 | Friday, December 20, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.13 | 20225 | Monday, November 4, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.12 | 16314 | Saturday, September 28, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.11 | 17432 | Tuesday, August 27, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.10 | 15815 | Wednesday, July 31, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.9 | 22409 | Saturday, June 29, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.8 | 20274 | Saturday, June 1, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.7 | 20045 | Tuesday, April 30, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.6 | 345 | Saturday, March 30, 2019 | Approved | |
QGIS LTR (Long Term Release) 3.4.5 | 370 | Thursday, February 28, 2019 | Approved | |
QGIS LTR (Long Term Release) 2.18.28 | 401 | Friday, February 8, 2019 | Approved | |
QGIS LTR (Long Term Release) 2.18.27 | 362 | Saturday, December 29, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.26 | 336 | Friday, November 30, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.25 | 354 | Thursday, November 1, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.24 | 360 | Tuesday, September 25, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.23 | 677 | Thursday, September 13, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.22 | 876 | Friday, August 3, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.21 | 360 | Monday, July 16, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.20.20180620 | 335 | Wednesday, June 20, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.20 | 441 | Monday, May 28, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.19 | 424 | Tuesday, April 24, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.18 | 382 | Friday, April 13, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.18.17 | 451 | Monday, March 12, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.14.22 | 401 | Thursday, January 25, 2018 | Approved | |
QGIS LTR (Long Term Release) 2.14.21 | 431 | Tuesday, December 19, 2017 | Approved | |
QGIS LTR (Long Term Release) 2.14.17 | 437 | Monday, August 14, 2017 | Approved |
-
- vcredist2008 (≥ 9.0.30729)
- vcredist2010 (≥ 10.0.40219)
- vcredist2013 (≥ 12.0.21005)
Ground Rules:
- This discussion is only about QGIS LTR (Long Term Release) and the QGIS LTR (Long Term Release) 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 LTR (Long Term Release), 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.