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...
Downloads:
245,872
Downloads of v 47.0.2526.81:
116,103
Last Update:
12 Dec 2015
Package Maintainer(s):
Software Author(s):
- Google Inc.
Tags:
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Google Chrome (64-bit only) [deprecated]
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
245,872
Downloads of v 47.0.2526.81:
116,103
Maintainer(s):
Software Author(s):
- Google Inc.
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.
Some Checks Have Failed or Are Not Yet Complete
1 Test Pending and 1 Passing Test
To install Google Chrome (64-bit only) [deprecated], run the following command from the command line or from PowerShell:
To upgrade Google Chrome (64-bit only) [deprecated], run the following command from the command line or from PowerShell:
To uninstall Google Chrome (64-bit only) [deprecated], 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 google-chrome-x64 --internalize --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 google-chrome-x64 -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 google-chrome-x64 -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 google-chrome-x64 installed
win_chocolatey:
name: google-chrome-x64
state: present
version: 47.0.2526.81
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 'google-chrome-x64' do
action :install
version '47.0.2526.81'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: google-chrome-x64,
Version: 47.0.2526.81,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller google-chrome-x64
{
Name = 'google-chrome-x64'
Ensure = 'Present'
Version = '47.0.2526.81'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'google-chrome-x64':
provider => 'chocolatey',
ensure => '47.0.2526.81',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install google-chrome-x64 version="47.0.2526.81" 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.
This package was approved as a trusted package on 12 Dec 2015.
Deprecated. Install GoogleChrome instead.
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Google Chrome (64-bit only) [deprecated] 47.0.2526.81 | 116103 | Saturday, December 12, 2015 | Approved |
Google Chrome (64-bit) 47.0.2526.80 | 3862 | Tuesday, December 8, 2015 | Approved |
Google Chrome (64-bit) 47.0.2526.73 | 6168 | Tuesday, December 1, 2015 | Approved |
Google Chrome (64-bit) 46.0.2490.86 | 8242 | Tuesday, November 10, 2015 | Approved |
Google Chrome (64-bit) 46.0.2490.80 | 7886 | Thursday, October 22, 2015 | Approved |
Google Chrome (64-bit) 46.0.2490.71 | 5466 | Tuesday, October 13, 2015 | Approved |
Google Chrome (64-bit) 45.0.2454.101 | 6834 | Thursday, September 24, 2015 | Approved |
Google Chrome (64-bit) 45.0.2454.99 | 3413 | Monday, September 21, 2015 | Approved |
Google Chrome (64-bit) 45.0.2454.93 | 4454 | Tuesday, September 15, 2015 | Approved |
Google Chrome (64-bit) 45.0.2454.85 | 4724 | Tuesday, September 1, 2015 | Approved |
Google Chrome (64-bit) 44.0.2403.157 | 4896 | Thursday, August 20, 2015 | Approved |
Google Chrome (64-bit) 44.0.2403.155 | 3931 | Tuesday, August 11, 2015 | Approved |
Google Chrome (64-bit) 44.0.2403.130 | 3445 | Tuesday, August 4, 2015 | Approved |
Google Chrome (64-bit) 44.0.2403.125 | 3569 | Tuesday, July 28, 2015 | Approved |
Google Chrome (64-bit) 44.0.2403.107 | 2030 | Friday, July 24, 2015 | Approved |
Google Chrome (64-bit) 44.0.2403.89 | 2163 | Tuesday, July 21, 2015 | Approved |
Google Chrome (64-bit) 43.0.2357.134 | 2948 | Tuesday, July 14, 2015 | Approved |
Google Chrome (64-bit) 43.0.2357.132 | 2612 | Tuesday, July 7, 2015 | Approved |
Google Chrome (64-bit) 43.0.2357.130 | 4164 | Monday, June 22, 2015 | Approved |
Google Chrome (64-bit) 43.0.2357.124 | 3381 | Tuesday, June 9, 2015 | Approved |
Google Chrome (64-bit) 43.0.2357.81 | 3238 | Monday, May 25, 2015 | Approved |
Google Chrome (64-bit) 43.0.2357.65 | 1967 | Tuesday, May 19, 2015 | Approved |
Google Chrome (64-bit) 42.0.2311.152 | 1983 | Tuesday, May 12, 2015 | Approved |
Google Chrome (64-bit) 42.0.2311.135 | 2794 | Tuesday, April 28, 2015 | Approved |
Google Chrome (64-bit) 42.0.2311.90 | 2807 | Tuesday, April 14, 2015 | Approved |
Google Chrome (64-bit) 41.0.2272.118 | 2642 | Wednesday, April 1, 2015 | Approved |
Google Chrome (64-bit) 41.0.2272.101 | 2560 | Friday, March 20, 2015 | Approved |
Google Chrome (64-bit) 41.0.2272.89 | 2331 | Tuesday, March 10, 2015 | Approved |
Google Chrome (64-bit) 41.0.2272.76 | 1342 | Friday, March 6, 2015 | Approved |
Google Chrome (64-bit) 40.0.2214.115 | 3269 | Thursday, February 19, 2015 | Approved |
Google Chrome (64-bit) 40.0.2214.111 | 3017 | Thursday, February 5, 2015 | Approved |
Google Chrome (64-bit) 40.0.2214.94 | 1361 | Thursday, January 29, 2015 | Approved |
Google Chrome (64-bit) 40.0.2214.93 | 900 | Tuesday, January 27, 2015 | Approved |
Google Chrome (64-bit) 40.0.2214.91 | 1003 | Thursday, January 22, 2015 | Approved |
Google Chrome (64-bit) 39.0.2171.99 | 1480 | Tuesday, January 13, 2015 | Approved |
Google Chrome (64-bit) 39.0.2171.95 | 2467 | Tuesday, December 9, 2014 | Approved |
Google Chrome (64-bit) 39.0.2171.71 | 1300 | Tuesday, November 25, 2014 | Approved |
Google Chrome (64-bit) 39.0.2171.65 | 1012 | Tuesday, November 18, 2014 | Approved |
Google Chrome (64-bit) 38.0.2125.122 | 1394 | Wednesday, November 12, 2014 | Approved |
Google Chrome (64-bit) 38.0.2125.111 | 1408 | Monday, October 27, 2014 | Approved |
Google Chrome (64-bit) 38.0.2125.104 | 996 | Tuesday, October 14, 2014 | Approved |
Google Chrome (64-bit) 38.0.2125.101 | 709 | Tuesday, October 7, 2014 | Approved |
Google Chrome (64-bit) 37.0.2062.124 | 871 | Wednesday, September 24, 2014 | Approved |
Google Chrome (64-bit) 37.0.2062.120 | 812 | Tuesday, September 9, 2014 | Approved |
Google Chrome (64-bit) 37.0.2062.104 | 474 | Friday, September 5, 2014 | Approved |
Google Chrome (64-bit) 37.0.2062.103 | 530 | Tuesday, September 2, 2014 | Approved |
Google Chrome (64-bit) 37.0.2062.102 | 467 | Friday, August 29, 2014 | Approved |
Google Chrome (64-bit) 37.0.2062.94 | 447 | Wednesday, August 27, 2014 | Approved |
Ground Rules:
- This discussion is only about Google Chrome (64-bit only) [deprecated] and the Google Chrome (64-bit only) [deprecated] 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 Google Chrome (64-bit only) [deprecated], 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.