Downloads:
2,704,394
Downloads of v 105.0.5194.0-snapshots:
103
Last Update:
21 Jul 2022
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
105.0.5194.0-snapshots | Updated: 21 Jul 2022
Downloads:
2,704,394
Downloads of v 105.0.5194.0-snapshots:
103
Maintainer(s):
Software Author(s):
- The Chromium Authors
Chromium Snapshots 105.0.5194.0-snapshots
This is a prerelease version of Chromium Snapshots.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The Chromium Authors. The inclusion of The Chromium Authors trademark(s), if any, upon this webpage is solely to identify The Chromium Authors goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
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=105.0.5194.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="'105.0.5194.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="'105.0.5194.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: '105.0.5194.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 '105.0.5194.0-snapshots'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chromium
{
Name = "chromium"
Version = "105.0.5194.0-snapshots"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chromium':
ensure => '105.0.5194.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 21 Jul 2022.
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/1026640/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1026658/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: B51652B14ECDAF32A178E6FEDA867FAF67223B54BBA40A1453A79225C5D60A03
checksum64: 2D78A27131DB27A36B3054E3269BB5B8C75BB7778F14D7D73AA9719B6B2EF38D
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: 152DD4A930B18C01737B869F082C9A42 | sha1: 3AF71CA857385B9B374ACC1D774A1D2F7AA93D05 | sha256: B51652B14ECDAF32A178E6FEDA867FAF67223B54BBA40A1453A79225C5D60A03 | sha512: 297E2DBA7C6434A50C4B001B6BD4E5AADE071BCED03E4253C6C9D16B9202C0E2854FC7ECF90055F62E1B1462583A2BD62C47081A6619C70D972B0BD37359F4E5
md5: D27CBA48F3C9237F6CB015FA2339B6E4 | sha1: 2C59865C83622713A7BA35301A12B5BFEAAA9621 | sha256: 2D78A27131DB27A36B3054E3269BB5B8C75BB7778F14D7D73AA9719B6B2EF38D | sha512: 418BF1293DC9620F0484BF0F0AC5CA6F90D5D1563A9BF0080FCFDB2F8E2164BE39A6D31F2F1462B017B07D3142B8BAE23793503234192289304DAC53F4734A85
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.105.0.5194.0-snapshots.nupkg (120fce3e5295) - ## / 52
- chromium_x32.exe (b51652b14ecd) - ## / 65
- chromium_x64.exe (2d78a27131db) - ## / 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.