Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

79,739

Downloads of v 64.0.3417.150:

295

Last Update:

12 Dec 2019

Package Maintainer(s):

Software Author(s):

  • Opera

Tags:

browser opera operagx gx cross-platform internet admin

Opera GX (Install)

This is not the latest version of Opera GX (Install) available.

  • 1
  • 2
  • 3

64.0.3417.150 | Updated: 12 Dec 2019

Downloads:

79,739

Downloads of v 64.0.3417.150:

295

Software Author(s):

  • Opera

Opera GX (Install) 64.0.3417.150

This is not the latest version of Opera GX (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Opera GX (Install), run the following command from the command line or from PowerShell:

>

To upgrade Opera GX (Install), run the following command from the command line or from PowerShell:

>

To uninstall Opera GX (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade opera-gx -y --source="'INTERNAL REPO URL'" --version="'64.0.3417.150'" [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 opera-gx -y --source="'INTERNAL REPO URL'" --version="'64.0.3417.150'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install opera-gx
  win_chocolatey:
    name: opera-gx
    version: '64.0.3417.150'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'opera-gx' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '64.0.3417.150'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller opera-gx
{
    Name     = "opera-gx"
    Version  = "64.0.3417.150"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'opera-gx':
  ensure   => '64.0.3417.150',
  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.

Package Approved

This package was approved as a trusted package on 12 Dec 2019.

Description

Features

Opera GX is specially developed as a Gaming Browser.
It differs from normal Opera with this Features:

  • It provides a integrated CPU, RAM and traffic limiter.
  • You can get Notifications about new Twitch Streams in the Twitch Sidebar.
  • At "GX Corner" you can follow newest Game Releases.
  • Opera GX has integrated Sound Effects for all Actions.
  • You can choose the Color of the Icons in the Sidebar.
  • Startpage background Videos and Themes
  • Video-Pop-Out
    Coming Soon:
  • Video Overlay over Games

Parameters

  • /NoDesktopShortcut - Do not create desktop shortcut for Opera
  • /NoTaskbarShortcut - Do not pin Opera to taskbar

These parameters can be passed to the installer with the use of --params.
For example: --params '"/NoDesktopShortcut /NoTaskbarShortcut"'


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$version = '64.0.3417.150'

$checksum   = "906e7583ba475d8944c2b2152d5a0b7c0d84be9a96c4baaadf582e758692d9ad"
$checksum64 = "ee3aa580581a5c4e842b75b059aa0ac6ac35a6e9b3f71c49bc82cecef7bfe04d"

Write-Output "Checksums for Version $version"
Write-Output "$checksum"
Write-Output "$checksum64"

$url        = 'https://get.geo.opera.com/pub/opera_gx/' + $version + '/win/Opera_GX_' + $version + '_Setup.exe'
$url64      = 'https://get.geo.opera.com/pub/opera_gx/' + $version + '/win/Opera_GX_' + $version + '_Setup_x64.exe'

$pp = Get-PackageParameters
 
$parameters += if ($pp.NoDesktopShortcut)     { " /desktopshortcut=0"; Write-Host "Desktop shortcut won't be created" }
$parameters += if ($pp.NoTaskbarShortcut)     { " /pintotaskbar=0"; Write-Host "Opera won't be pinned to taskbar" }

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'EXE'
  url           = $url
  url64bit      = $url64

  silentArgs     = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters

  softwareName  = 'operagx*'

  checksum      = $checksum
  checksumType  = 'sha256'
  checksum64    = $checksum64
  checksumType64= 'sha256'

  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

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.

Add to Builder Version Downloads Last Updated Status
Opera GX (Install) 107.0.5045.37 1284 Sunday, March 3, 2024 Approved
Opera GX (Install) 106.0.4998.49 2192 Wednesday, January 24, 2024 Approved
Opera GX (Install) 105.0.4970.63 2805 Saturday, December 30, 2023 Approved
Opera GX (Install) 105.0.4970.37 3411 Saturday, December 9, 2023 Approved
Opera GX (Install) 104.0.4944.80 1213 Friday, December 1, 2023 Approved
Opera GX (Install) 102.0.4880.117 2531 Tuesday, November 7, 2023 Approved
Opera GX (Install) 102.0.4880.64 2494 Tuesday, September 26, 2023 Approved
Opera GX (Install) 102.0.4880.55 953 Wednesday, September 20, 2023 Approved
Opera GX (Install) 101.0.4843.85 1517 Friday, September 8, 2023 Approved
Opera GX (Install) 101.0.4843.74 1421 Friday, August 25, 2023 Approved
Opera GX (Install) 101.0.4843.55 452 Sunday, August 20, 2023 Approved
Opera GX (Install) 99.0.4788.86 2458 Monday, June 26, 2023 Approved
Opera GX (Install) 99.0.4788.75 627 Thursday, June 15, 2023 Approved
Opera GX (Install) 99.0.4788.67 545 Tuesday, June 6, 2023 Approved
Opera GX (Install) 99.0.4788.49 344 Friday, June 2, 2023 Approved
Opera GX (Install) 98.0.4759.82 447 Saturday, May 27, 2023 Approved
Opera GX (Install) 98.0.4759.79 215 Thursday, May 25, 2023 Approved
Opera GX (Install) 98.0.4759.74 399 Friday, May 19, 2023 Approved
Opera GX (Install) 98.0.4759.64 253 Tuesday, May 16, 2023 Approved
Opera GX (Install) 98.0.4759.56 267 Friday, May 12, 2023 Approved
Opera GX (Install) 98.0.4759.50 157 Wednesday, May 10, 2023 Approved
Opera GX (Install) 98.0.4759.22 585 Thursday, April 27, 2023 Approved
Opera GX (Install) 97.0.4719.89 212 Tuesday, April 25, 2023 Approved
Opera GX (Install) 97.0.4719.84 438 Monday, April 17, 2023 Approved
Opera GX (Install) 97.0.4719.79 355 Thursday, April 13, 2023 Approved
Opera GX (Install) 97.0.4719.61 465 Wednesday, April 5, 2023 Approved
Opera GX (Install) 96.0.4693.59 934 Thursday, March 9, 2023 Approved
Opera GX (Install) 95.0.4635.74 455 Wednesday, March 1, 2023 Approved
Opera GX (Install) 95.0.4635.71 161 Tuesday, February 28, 2023 Approved
Opera GX (Install) 95.0.4635.54 403 Wednesday, February 22, 2023 Approved
Opera GX (Install) 94.0.4606.96 685 Friday, February 3, 2023 Approved
Opera GX (Install) 94.0.4606.79 514 Monday, January 23, 2023 Approved
Opera GX (Install) 94.0.4606.69 420 Sunday, January 15, 2023 Approved
Opera GX (Install) 94.0.4606.64 206 Thursday, January 12, 2023 Approved
Opera GX (Install) 93.0.4585.84 367 Thursday, January 5, 2023 Approved
Opera GX (Install) 93.0.4585.78 570 Wednesday, December 21, 2022 Approved
Opera GX (Install) 93.0.4585.72 318 Thursday, December 15, 2022 Approved
Opera GX (Install) 93.0.4585.52 390 Wednesday, December 7, 2022 Approved
Opera GX (Install) 92.0.4561.71 527 Wednesday, November 23, 2022 Approved
Opera GX (Install) 92.0.4561.64 309 Wednesday, November 16, 2022 Approved
Opera GX (Install) 92.0.4561.55 311 Wednesday, November 9, 2022 Approved
Opera GX (Install) 91.0.4516.95 462 Friday, October 21, 2022 Approved
Opera GX (Install) 91.0.4516.72 358 Tuesday, October 11, 2022 Approved
Opera GX (Install) 91.0.4516.36 390 Wednesday, September 28, 2022 Approved
Opera GX (Install) 91.0.4516.32 112 Tuesday, September 27, 2022 Approved
Opera GX (Install) 90.0.4480.86 486 Tuesday, September 6, 2022 Approved
Opera GX (Install) 90.0.4480.78 223 Thursday, September 1, 2022 Approved
Opera GX (Install) 90.0.4480.64 142 Tuesday, August 30, 2022 Approved
Opera GX (Install) 89.0.4447.98 395 Thursday, August 18, 2022 Approved
Opera GX (Install) 89.0.4447.64 537 Tuesday, July 26, 2022 Approved
Opera GX (Install) 88.0.4412.85 348 Thursday, July 14, 2022 Approved
Opera GX (Install) 88.0.4412.75 243 Wednesday, July 6, 2022 Approved
Opera GX (Install) 88.0.4412.65 249 Wednesday, June 29, 2022 Approved
Opera GX (Install) 87.0.4390.58 377 Tuesday, June 14, 2022 Approved
Opera GX (Install) 87.0.4390.56 232 Wednesday, June 8, 2022 Approved
Opera GX (Install) 86.0.4363.70 302 Monday, May 30, 2022 Approved
Opera GX (Install) 86.0.4363.64 314 Thursday, May 19, 2022 Approved
Opera GX (Install) 85.0.4341.79 278 Wednesday, May 11, 2022 Approved
Opera GX (Install) 85.0.4341.72 485 Friday, April 15, 2022 Approved
Opera GX (Install) 85.0.4341.68 140 Wednesday, April 13, 2022 Approved
Opera GX (Install) 85.0.4341.65 200 Thursday, April 7, 2022 Approved
Opera GX (Install) 85.0.4341.61 115 Wednesday, April 6, 2022 Approved
Opera GX (Install) 85.0.4341.51 84 Tuesday, April 5, 2022 Approved
Opera GX (Install) 84.0.4316.52 204 Tuesday, March 29, 2022 Approved
Opera GX (Install) 84.0.4316.50 160 Friday, March 25, 2022 Approved
Opera GX (Install) 84.0.4316.43 197 Friday, March 18, 2022 Approved
Opera GX (Install) 84.0.4316.36 160 Friday, March 11, 2022 Approved
Opera GX (Install) 84.0.4316.30 196 Thursday, March 3, 2022 Approved
Opera GX (Install) 83.0.4254.70 189 Thursday, February 24, 2022 Approved
Opera GX (Install) 83.0.4254.66 148 Friday, February 18, 2022 Approved
Opera GX (Install) 83.0.4254.46 205 Thursday, February 10, 2022 Approved
Opera GX (Install) 71.0.3770.234 31345 Wednesday, October 7, 2020 Approved
Opera GX (Install) 68.0.3618.206 696 Friday, August 14, 2020 Approved
Opera GX (Install) 68.0.3618.197 396 Friday, July 17, 2020 Approved
Opera GX (Install) 68.0.3618.129 468 Thursday, May 28, 2020 Approved
Opera GX (Install) 67.0.3575.78 572 Friday, March 13, 2020 Approved
Opera GX (Install) 66.0.3515.111 317 Friday, February 21, 2020 Approved
Opera GX (Install) 66.0.3515.75 226 Friday, February 7, 2020 Approved
Opera GX (Install) 64.0.3417.167 242 Wednesday, January 15, 2020 Approved
Opera GX (Install) 64.0.3417.150 295 Thursday, December 12, 2019 Approved
Opera GX (Install) 64.0.3417.146 205 Friday, December 6, 2019 Approved
Opera GX (Install) 64.0.3417.139 170 Friday, December 6, 2019 Approved
Opera GX (Install) 63.0.3368.58152 197 Friday, November 15, 2019 Approved
Opera GX (Install) 63.0.3368.57756 166 Saturday, November 9, 2019 Approved
Opera GX (Install) 63.0.3368.57388 173 Tuesday, October 29, 2019 Approved
Opera GX (Install) 63.0.3368.56786 187 Friday, October 18, 2019 Approved
Opera GX (Install) 63.0.3368.56078 205 Wednesday, October 16, 2019 Approved
Opera GX (Install) 63.0.3368.55362 219 Friday, October 4, 2019 Approved
Opera GX (Install) 63.0.3368.54979 228 Friday, October 4, 2019 Approved

This package has no dependencies.

Discussion for the Opera GX (Install) Package

Ground Rules:

  • This discussion is only about Opera GX (Install) and the Opera GX (Install) 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 Opera GX (Install), 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.
comments powered by Disqus