Downloads:
2,327,054
Downloads of v 95.0.4613.0-snapshots:
138
Last Update:
18 Aug 2021
Package Maintainer(s):
Software Author(s):
- The Chromium Authors
Tags:
chromium admin google cross-platform foss chrome browserChromium Snapshots
This is a prerelease version of Chromium Snapshots.
- 1
- 2
- 3
95.0.4613.0-snapshots | Updated: 18 Aug 2021
Downloads:
2,327,054
Downloads of v 95.0.4613.0-snapshots:
138
Maintainer(s):
Software Author(s):
- The Chromium Authors
Chromium Snapshots 95.0.4613.0-snapshots
This is a prerelease version of Chromium Snapshots.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Chromium Snapshots, run the following command from the command line or from PowerShell:
To upgrade Chromium Snapshots, run the following command from the command line or from PowerShell:
To uninstall Chromium Snapshots, 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 chromium --internalize --version=95.0.4613.0-snapshots --pre --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 chromium -y --source="'INTERNAL REPO URL'" --version="'95.0.4613.0-snapshots'" --prerelease [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 chromium -y --source="'INTERNAL REPO URL'" --version="'95.0.4613.0-snapshots'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chromium
win_chocolatey:
name: chromium
version: '95.0.4613.0-snapshots'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chromium' do
action :install
source 'INTERNAL REPO URL'
version '95.0.4613.0-snapshots'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chromium
{
Name = "chromium"
Version = "95.0.4613.0-snapshots"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chromium':
ensure => '95.0.4613.0-snapshots',
install_options => ['--prerelease'],
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 as a trusted package on 18 Aug 2021.
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. This site contains design documents, architecture overviews, testing information, and more to help you learn to build and work with the Chromium source code.
Notes
- This package installs by default to the
%programfiles(x86)%
instead of%localappdata%\Chromium
. - If you have installed this package in the past to the
%localappdata%\Chromium
location it will continue to be installed in this location.
// Copyright 2015 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors may differ from the used mirror below)
and can be verified by doing the following:
1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/912916/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/912908/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum32: A03C902A69E99BEB310685E2EC9B334D4C378D7A0343160A59A7DAA3883D883D
checksum64: C9AFDB51EF0FB1CC24D7FB80349CD76FA3FD431EE2CD39E1DE36B0A808AE8C3A
The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
$registry = Get-UninstallRegistryKey -SoftwareName "chromium*"
$file = $registry.UninstallString
$Arg_chk = ($file -match "--system-level")
$chromiumArgs = @{$true = "--uninstall --system-level"; $false = "--uninstall"}[ $Arg_chk ]
$silentArgs = @{$true = '--uninstall --system-level --force-uninstall'; $false = '--uninstall --force-uninstall'}[ $Arg_chk ]
$myfile = $file -replace ( $chromiumArgs )
# All arguments for the Uninstallation of this package
$packageArgs = @{
PackageName = 'Chromium'
FileType = 'exe'
SilentArgs = $silentArgs
validExitCodes = @(0, 19, 21)
File = $myfile
}
# Now to Uninstall the Package
Uninstall-ChocolateyPackage @packageArgs
# This at the moment does not remove the libs\Chromium folder
md5: 8D53C27B6ABB73B7302093D513D49C5E | sha1: AE6435E4F53DE1D026E29473C718FFC3BF5DE8C4 | sha256: A03C902A69E99BEB310685E2EC9B334D4C378D7A0343160A59A7DAA3883D883D | sha512: 9DC680A3963BD7EB5365909AA4AA07F265553F1DB4911D53731D3543A643519261438702FECEDEA26194F501FDF28CC1621DA50344CA928C24A4D19640121293
md5: 25C2E21DA58AA96FD81E4C5FCF99468A | sha1: FD87246A9B5240A7DD1C3BEB896B53C29288FE87 | sha256: C9AFDB51EF0FB1CC24D7FB80349CD76FA3FD431EE2CD39E1DE36B0A808AE8C3A | sha512: 53726192D8FEF80954219B8AA37FAE22D28EAC7F1BA2EE46FF89213C6D998888F4769D0CC9FD8C84513C3D931F02CE85BCAA24023619457549E4A402879694B1
function Get-CompareVersion {
param(
[string]$version,
[string]$notation,
[string]$package
)
$vorgehen = $true;
$packver = @{$true = $version; $false = ($version -replace($notation,""))}[ ( $version -notmatch $notation ) ]
[array]$key = Get-UninstallRegistryKey -SoftwareName "$package*"
if ($packver -eq ( $key.Version )) {
$vorgehen = $false
}
return $vorgehen
}
Log in or click on link to see number of positives.
- chromium.95.0.4613.0-snapshots.nupkg (4daa29d67d13) - ## / 61
- chromium_x32.exe (a03c902a69e9) - ## / 66
- chromium_x64.exe (c9afdb51ef0f) - ## / 66
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.