Downloads:
2,698,908
Downloads of v 105.0.5119.0-snapshots:
110
Last Update:
14 Jun 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.5119.0-snapshots | Updated: 14 Jun 2022
Downloads:
2,698,908
Downloads of v 105.0.5119.0-snapshots:
110
Maintainer(s):
Software Author(s):
- The Chromium Authors
Chromium Snapshots 105.0.5119.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.5119.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.5119.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.5119.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.5119.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.5119.0-snapshots'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chromium
{
Name = "chromium"
Version = "105.0.5119.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.5119.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.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 14 Jun 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/1013642/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1013638/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: 9D881FB2A4CE413706427E711822646B3786EFE7F33E3E9D7B23F212D1440B33
checksum64: 7C1624121F34D45434FE71E3C68E4B13F24D678D03983D2AAB13FAEBBB367A14
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: A900C55631F3DF515A3E456BC5525E8C | sha1: D5185688E4E23A363049BDA4682E18DE7A045E68 | sha256: 9D881FB2A4CE413706427E711822646B3786EFE7F33E3E9D7B23F212D1440B33 | sha512: F05088EA3BE7CE092E6104C7B1BACC18DEB63232281C22A4059A15B7692BBE4404260141C0BBEA409FEE18160A469509C722AF0FBF48B3D3715D5A5DAB09BBFE
md5: 27894BFF7D6B6FC5E228AAC6520BB496 | sha1: 9E9DCAA0FBA5767889CF8447D268CAA95D24B896 | sha256: 7C1624121F34D45434FE71E3C68E4B13F24D678D03983D2AAB13FAEBBB367A14 | sha512: B1B4CB0C68812A02EDA76C6600F574A629FFEA5B6D5549933E32609516073B7B3ACE44A0C3662819FDBAD9566F54EA2570907C3EFE15DA3BA8125AC82235CACC
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.5119.0-snapshots.nupkg (249e28b93b7c) - ## / 59
- chromium_x32.exe (9d881fb2a4ce) - ## / 63
- chromium_x64.exe (7c1624121f34) - ## / 63
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.