Downloads:
2,117,121
Downloads of v 94.0.4578.0-snapshots:
124
Last Update:
16 Jul 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
94.0.4578.0-snapshots | Updated: 16 Jul 2021
Downloads:
2,117,121
Downloads of v 94.0.4578.0-snapshots:
124
Maintainer(s):
Software Author(s):
- The Chromium Authors
Chromium Snapshots 94.0.4578.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=94.0.4578.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="'94.0.4578.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="'94.0.4578.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: '94.0.4578.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 '94.0.4578.0-snapshots'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chromium
{
Name = "chromium"
Version = "94.0.4578.0-snapshots"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chromium':
ensure => '94.0.4578.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 16 Jul 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/902367/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/902367/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: 246474F0D62592F3F0F0E2825E9D3AFB2D65499126C92A4B9E1EBBD35FB9C805
checksum64: D7315DC1197191636FD247BB2E534D976820953D9E6D48F393B7F9CE3AE6C27A
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: E1C525FC9765FF1DC3919522A838C78A | sha1: ADBD1B4604D2A41EA164650F477DDBAC441015A0 | sha256: 246474F0D62592F3F0F0E2825E9D3AFB2D65499126C92A4B9E1EBBD35FB9C805 | sha512: AD82EBD3E68986D2B923F07E0E2CF2D1F51F538C93BE039375F1C371DD4DEB19FDFA67D732AE5471D34200395C674CA3F764A307E83BC6BBCB458F14DD5AC79B
md5: 9FFAEAD1DA8BC6A58F52A5D8CC1FE74D | sha1: BFFD46C51E2BCF7E7A25AB949ECA2F0BEA33523F | sha256: D7315DC1197191636FD247BB2E534D976820953D9E6D48F393B7F9CE3AE6C27A | sha512: B8EDEA745E71C50CAE99230ECCFCE84EABF7095A8D175F10D344DABF7BB07005D272FBA5CA4899F8E7B4A9210B9A2D41850360B5A5C56181676814F94D2C9310
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.94.0.4578.0-snapshots.nupkg (87258a21ce21) - ## / 59
- chromium_x32.exe (246474f0d625) - ## / 65
- chromium_x64.exe (d7315dc11971) - ## / 65
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.