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:

29,856

Downloads of v 79.0.4143.3-beta:

126

Last Update:

19 Aug 2021

Package Maintainer(s):

Software Author(s):

  • Opera

Tags:

Opera beta

This is a prerelease version of Opera beta.

  • 1
  • 2
  • 3

79.0.4143.3-beta | Updated: 19 Aug 2021

Downloads:

29,856

Downloads of v 79.0.4143.3-beta:

126

Maintainer(s):

Software Author(s):

  • Opera

Opera beta 79.0.4143.3-beta

This is a prerelease version of Opera beta.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Opera. The inclusion of Opera trademark(s), if any, upon this webpage is solely to identify Opera 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


Validation Testing Failed


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 beta, run the following command from the command line or from PowerShell:

>

To upgrade Opera beta, run the following command from the command line or from PowerShell:

>

To uninstall Opera beta, 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-beta -y --source="'INTERNAL REPO URL'" --version="'79.0.4143.3-beta'" --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 opera-beta -y --source="'INTERNAL REPO URL'" --version="'79.0.4143.3-beta'" --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 opera-beta
  win_chocolatey:
    name: opera-beta
    version: '79.0.4143.3-beta'
    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 'opera-beta' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '79.0.4143.3-beta'
  options  '--prerelease'
end

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


cChocoPackageInstaller opera-beta
{
    Name        = "opera-beta"
    Version     = "79.0.4143.3-beta"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

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


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

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.

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"'

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'
$toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
. "$toolsPath\helpers.ps1"

$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
  fileType       = 'exe'
  url            = 'https://get.geo.opera.com/pub/opera-beta/79.0.4143.3/win/Opera_beta_79.0.4143.3_Setup.exe'
  url64          = 'https://get.geo.opera.com/pub/opera-beta/79.0.4143.3/win/Opera_beta_79.0.4143.3_Setup_x64.exe'
  checksum       = '8e0ad0475877a9e5e4789e2e334cc5510257f9825f5b924acad00f5e7a473e51'
  checksum64     = '14ff9690880ad618c4628766fb5fe98204d66bb8b84e7f29258f69ba380c5374'
  checksumType   = 'sha256'
  checksumType64 = 'sha256'
  silentArgs     = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
  validExitCodes = @(0)
}

$version = '79.0.4143.3'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
  Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
  Install-ChocolateyPackage @packageArgs
}
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

$packageName         = 'opera'
$softwareNamePattern = 'Opera*'

[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
    $key | ForEach-Object {
        $packageArgs = @{
            packageName            = $packageName
            silentArgs             = "/uninstall /silent"
            fileType               = 'EXE'
            validExitCodes         = @(0)
            file                   = $_.UninstallString.replace(' /uninstall', '').trim('"')
        }
        Uninstall-ChocolateyPackage @packageArgs
    }
}
elseif ($key.Count -eq 0) {
    Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
    Write-Warning "$($key.Count) matches found!"
    Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
    Write-Warning "Please alert package maintainer the following keys were matched:"
    $key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
tools\helpers.ps1
function IsVersionAlreadyInstalled {
  param($version)

  if ($env:ChocolateyForce ) { return $false }

  [array]$keys = Get-UninstallRegistryKey -SoftwareName "Opera*" -wa 0 | Where-Object { $_.DisplayVersion -and $_.DisplayVersion -eq $version }
  return $keys.Count -gt 0
}

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 beta 107.0.5045.11-beta 101 Thursday, February 1, 2024 Exempted
Opera beta 107.0.5045.8-beta 64 Thursday, January 25, 2024 Exempted
Opera beta 107.0.5045.4-beta 61 Wednesday, January 17, 2024 Exempted
Opera beta 106.0.4998.12-beta 74 Thursday, December 14, 2023 Exempted
Opera beta 106.0.4998.6-beta 60 Thursday, December 7, 2023 Exempted
Opera beta 106.0.4998.2-beta 64 Wednesday, November 29, 2023 Exempted
Opera beta 105.0.4970.10-beta 77 Thursday, November 9, 2023 Exempted
Opera beta 105.0.4970.6-beta 72 Thursday, November 2, 2023 Exempted
Opera beta 104.0.4944.18-beta 67 Wednesday, October 18, 2023 Exempted
Opera beta 104.0.4944.10-beta 69 Thursday, October 12, 2023 Exempted
Opera beta 104.0.4944.3-beta 75 Thursday, October 5, 2023 Exempted
Opera beta 103.0.4928.3-beta 67 Wednesday, September 20, 2023 Exempted
Opera beta 102.0.4880.38-beta 88 Wednesday, September 6, 2023 Exempted
Opera beta 102.0.4880.10-beta 98 Wednesday, August 16, 2023 Exempted
Opera beta 102.0.4880.6-beta 70 Tuesday, August 8, 2023 Exempted
Opera beta 101.0.4843.19-beta 75 Tuesday, July 18, 2023 Exempted
Opera beta 101.0.4843.13-beta 74 Thursday, July 13, 2023 Exempted
Opera beta 101.0.4843.10-beta 74 Thursday, July 6, 2023 Exempted
Opera beta 101.0.4843.5-beta 63 Wednesday, June 28, 2023 Exempted
Opera beta 100.0.4815.13-beta 77 Thursday, June 15, 2023 Exempted
Opera beta 100.0.4815.2-beta 66 Wednesday, May 31, 2023 Exempted
Opera beta 99.0.4788.6-beta 87 Thursday, May 11, 2023 Exempted
Opera beta 98.0.4759.21-beta 71 Thursday, April 27, 2023 Exempted
Opera beta 98.0.4759.3-beta 89 Friday, April 14, 2023 Exempted
Opera beta 98.0.4759.1-beta 62 Thursday, April 6, 2023 Exempted
Opera beta 97.0.4719.17-beta 95 Thursday, March 16, 2023 Exempted
Opera beta 97.0.4719.11-beta 83 Thursday, March 9, 2023 Exempted
Opera beta 97.0.4719.4-beta 82 Wednesday, March 1, 2023 Exempted
Opera beta 96.0.4693.16-beta 83 Thursday, February 16, 2023 Exempted
Opera beta 96.0.4693.12-beta 87 Thursday, February 9, 2023 Exempted
Opera beta 95.0.4635.28-beta 78 Thursday, February 2, 2023 Exempted
Opera beta 95.0.4635.20-beta 81 Thursday, January 26, 2023 Exempted
Opera beta 95.0.4635.15-beta 79 Wednesday, January 18, 2023 Exempted
Opera beta 95.0.4635.12-beta 92 Wednesday, January 11, 2023 Exempted
Opera beta 95.0.4635.10-beta 92 Thursday, January 5, 2023 Exempted
Opera beta 94.0.4606.19-beta 86 Thursday, December 8, 2022 Exempted
Opera beta 94.0.4606.14-beta 91 Thursday, December 1, 2022 Exempted
Opera beta 94.0.4606.8-beta 92 Thursday, November 24, 2022 Exempted
Opera beta 93.0.4585.7-beta 99 Wednesday, November 9, 2022 Exempted
Opera beta 93.0.4585.3-beta 82 Thursday, November 3, 2022 Exempted
Opera beta 92.0.4561.11-beta 104 Wednesday, October 12, 2022 Exempted
Opera beta 92.0.4561.8-beta 96 Thursday, October 6, 2022 Exempted
Opera beta 91.0.4516.10-beta 103 Wednesday, September 7, 2022 Exempted
Opera beta 91.0.4516.6-beta 98 Wednesday, August 31, 2022 Exempted
Opera beta 91.0.4516.3-beta 111 Thursday, August 25, 2022 Exempted
Opera beta 90.0.4480.41-beta 128 Thursday, August 11, 2022 Exempted
Opera beta 90.0.4480.37-beta 101 Thursday, August 4, 2022 Exempted
Opera beta 90.0.4480.30-beta 111 Thursday, July 28, 2022 Exempted
Opera beta 90.0.4480.25-beta 101 Wednesday, July 20, 2022 Exempted
Opera beta 89.0.4447.37-beta 137 Tuesday, July 5, 2022 Exempted
Opera beta 89.0.4447.33-beta 116 Friday, July 1, 2022 Exempted
Opera beta 89.0.4447.31-beta 118 Thursday, June 30, 2022 Exempted
Opera beta 89.0.4447.20-beta 98 Tuesday, June 21, 2022 Exempted
Opera beta 89.0.4447.12-beta 107 Wednesday, June 15, 2022 Exempted
Opera beta 88.0.4412.20-beta 115 Thursday, June 2, 2022 Exempted
Opera beta 88.0.4412.18-beta 121 Thursday, May 26, 2022 Exempted
Opera beta 88.0.4412.13-beta 132 Thursday, May 19, 2022 Exempted
Opera beta 87.0.4390.21-beta 113 Wednesday, May 11, 2022 Exempted
Opera beta 87.0.4390.17-beta 104 Friday, May 6, 2022 Exempted
Opera beta 87.0.4390.8-beta 111 Thursday, April 28, 2022 Exempted
Opera beta 86.0.4363.17-beta 120 Friday, April 15, 2022 Exempted
Opera beta 86.0.4363.15-beta 83 Thursday, April 7, 2022 Exempted
Opera beta 86.0.4363.12-beta 125 Thursday, March 31, 2022 Exempted
Opera beta 86.0.4363.9-beta 104 Thursday, March 24, 2022 Exempted
Opera beta 85.0.4341.13-beta 121 Thursday, March 17, 2022 Exempted
Opera beta 85.0.4341.10-beta 120 Thursday, March 10, 2022 Exempted
Opera beta 85.0.4341.6-beta 119 Wednesday, March 2, 2022 Exempted
Opera beta 84.0.4316.9-beta 100 Thursday, February 10, 2022 Exempted
Opera beta 84.0.4316.4-beta 131 Thursday, February 3, 2022 Exempted
Opera beta 83.0.4254.16-beta 138 Thursday, January 13, 2022 Exempted
Opera beta 83.0.4254.14-beta 115 Wednesday, January 5, 2022 Exempted
Opera beta 83.0.4254.9-beta 107 Thursday, December 16, 2021 Exempted
Opera beta 83.0.4254.5-beta 123 Wednesday, December 8, 2021 Exempted
Opera beta 82.0.4227.13-beta 127 Thursday, November 25, 2021 Exempted
Opera beta 82.0.4227.7-beta 124 Thursday, November 18, 2021 Exempted
Opera beta 82.0.4227.4-beta 128 Tuesday, November 9, 2021 Exempted
Opera beta 81.0.4196.27-beta 129 Thursday, October 28, 2021 Exempted
Opera beta 81.0.4196.14-beta 145 Friday, October 22, 2021 Exempted
Opera beta 81.0.4196.11-beta 142 Thursday, October 14, 2021 Exempted
Opera beta 80.0.4170.11-beta 144 Wednesday, September 29, 2021 Exempted
Opera beta 80.0.4170.7-beta 108 Thursday, September 23, 2021 Exempted
Opera beta 80.0.4170.4-beta 136 Thursday, September 16, 2021 Exempted
Opera beta 79.0.4143.19-beta 129 Friday, September 10, 2021 Exempted
Opera beta 79.0.4143.15-beta 157 Friday, September 3, 2021 Exempted
Opera beta 79.0.4143.3-beta 126 Thursday, August 19, 2021 Exempted
Opera beta 78.0.4093.103-beta 148 Thursday, July 29, 2021 Exempted
Opera beta 78.0.4093.79-beta 136 Thursday, July 22, 2021 Exempted
Opera beta 78.0.4093.68-beta 134 Thursday, July 15, 2021 Exempted
Opera beta 78.0.4093.46-beta 146 Thursday, July 8, 2021 Exempted
Opera beta 78.0.4093.34-beta 150 Thursday, July 1, 2021 Exempted
Opera beta 77.0.4054.91-beta 142 Thursday, June 17, 2021 Exempted
Opera beta 77.0.4054.38-beta 145 Wednesday, June 2, 2021 Exempted
Opera beta 77.0.4054.19-beta 139 Thursday, May 27, 2021 Exempted
Opera beta 77.0.4054.14-beta 155 Thursday, May 20, 2021 Exempted
Opera beta 76.0.4017.88-beta 147 Monday, April 26, 2021 Exempted
Opera beta 76.0.4017.59-beta 139 Thursday, April 22, 2021 Exempted
Opera beta 76.0.4017.40-beta 145 Thursday, April 15, 2021 Exempted
Opera beta 76.0.4017.5-beta 140 Thursday, April 8, 2021 Exempted
Opera beta 75.0.3969.137-beta 140 Tuesday, March 30, 2021 Exempted
Opera beta 75.0.3969.60-beta 170 Wednesday, March 17, 2021 Exempted
Opera beta 75.0.3969.50-beta 142 Thursday, March 11, 2021 Exempted
Opera beta 75.0.3969.35-beta 152 Thursday, March 4, 2021 Exempted
Opera beta 75.0.3969.14-beta 151 Thursday, February 25, 2021 Exempted
Opera beta 74.0.3911.63-beta 152 Wednesday, January 27, 2021 Exempted
Opera beta 74.0.3911.42-beta 167 Thursday, January 14, 2021 Exempted
Opera beta 74.0.3911.22-beta 152 Thursday, January 7, 2021 Exempted
Opera beta 73.0.3856.283-beta 172 Thursday, December 17, 2020 Exempted
Opera beta 73.0.3856.235-beta 158 Wednesday, December 2, 2020 Exempted
Opera beta 73.0.3856.208-beta 163 Thursday, November 26, 2020 Exempted
Opera beta 73.0.3856.184-beta 172 Thursday, November 19, 2020 Exempted
Opera beta 73.0.3856.156-beta 216 Thursday, November 12, 2020 Exempted
Opera beta 73.0.3856.31-beta 172 Thursday, November 5, 2020 Exempted
Opera beta 72.0.3815.133-beta 161 Friday, October 16, 2020 Exempted
Opera beta 72.0.3815.86-beta 165 Thursday, October 8, 2020 Exempted
Opera beta 72.0.3815.49-beta 171 Thursday, October 1, 2020 Exempted
Opera beta 71.0.3770.126-beta 182 Thursday, September 10, 2020 Exempted
Opera beta 71.0.3770.97-beta 177 Thursday, September 3, 2020 Exempted
Opera beta 71.0.3770.81-beta 175 Thursday, August 27, 2020 Exempted
Opera beta 71.0.3770.50-beta 211 Wednesday, August 19, 2020 Exempted
Opera beta 70.0.3728.59-beta 211 Wednesday, July 22, 2020 Exempted
Opera beta 70.0.3728.46-beta 191 Thursday, July 16, 2020 Exempted
Opera beta 70.0.3728.21-beta 182 Thursday, July 9, 2020 Exempted
Opera beta 70.0.3728.8-beta 186 Thursday, July 2, 2020 Exempted
Opera beta 69.0.3686.30-beta 206 Wednesday, June 17, 2020 Exempted
Opera beta 69.0.3686.21-beta 205 Thursday, June 4, 2020 Exempted
Opera beta 69.0.3686.12-beta 216 Thursday, May 28, 2020 Exempted
Opera beta 69.0.3686.7-beta 173 Thursday, May 21, 2020 Exempted
Opera beta 69.0.3686.2-beta 189 Thursday, May 14, 2020 Exempted
Opera beta 68.0.3618.45-beta 225 Monday, April 20, 2020 Exempted
Opera beta 68.0.3618.41-beta 197 Wednesday, April 15, 2020 Exempted
Opera beta 68.0.3618.36-beta 196 Thursday, April 9, 2020 Exempted
Opera beta 68.0.3618.31-beta 211 Wednesday, April 1, 2020 Exempted
Opera beta 68.0.3618.24-beta 214 Wednesday, March 25, 2020 Exempted
Opera beta 68.0.3618.18-beta 195 Wednesday, March 18, 2020 Exempted
Opera beta 68.0.3618.5-beta 205 Wednesday, March 11, 2020 Exempted
Opera beta 68.0.3618.3-beta 190 Tuesday, March 10, 2020 Exempted
Opera beta 67.0.3575.28-beta 244 Thursday, February 20, 2020 Exempted
Opera beta 67.0.3575.23-beta 206 Thursday, February 13, 2020 Exempted
Opera beta 67.0.3575.13-beta 207 Thursday, February 6, 2020 Exempted
Opera beta 67.0.3575.8-beta 208 Thursday, January 30, 2020 Exempted
Opera beta 67.0.3575.2-beta 203 Thursday, January 23, 2020 Exempted
Opera beta 66.0.3515.21-beta 198 Friday, December 27, 2019 Exempted
Opera beta 66.0.3515.14-beta 229 Tuesday, December 17, 2019 Exempted
Opera beta 66.0.3515.7-beta 215 Thursday, December 5, 2019 Exempted
Opera beta 66.0.3515.3-beta 200 Thursday, November 28, 2019 Exempted
Opera beta 65.0.3467.32-beta 249 Thursday, November 7, 2019 Exempted
Opera beta 65.0.3467.24-beta 204 Wednesday, October 30, 2019 Exempted
Opera beta 65.0.3467.16-beta 225 Thursday, October 24, 2019 Exempted
Opera beta 65.0.3467.7-beta 189 Thursday, October 17, 2019 Exempted
Opera beta 64.0.3417.41-beta 240 Wednesday, October 2, 2019 Exempted
Opera beta 64.0.3417.32-beta 228 Thursday, September 26, 2019 Exempted
Opera beta 64.0.3417.19-beta 219 Thursday, September 19, 2019 Exempted
Opera beta 64.0.3417.11-beta 228 Tuesday, September 10, 2019 Exempted
Opera beta 64.0.3417.8-beta 235 Thursday, September 5, 2019 Exempted
Opera beta 63.0.3368.51-beta 241 Monday, August 26, 2019 Exempted
Opera beta 63.0.3368.33-beta 245 Friday, August 16, 2019 Exempted
Opera beta 63.0.3368.29-beta 214 Tuesday, August 13, 2019 Exempted
Opera beta 63.0.3368.22-beta 225 Monday, August 5, 2019 Exempted
Opera beta 63.0.3368.17-beta 283 Thursday, July 25, 2019 Exempted
Opera beta 63.0.3368.14-beta 239 Thursday, July 18, 2019 Exempted
Opera beta 63.0.3368.8-beta 217 Thursday, July 11, 2019 Exempted
Opera beta 62.0.3331.55-beta 262 Thursday, July 4, 2019 Exempted
Opera beta 62.0.3331.16-beta 222 Monday, June 24, 2019 Exempted
Opera beta 62.0.3331.14-beta 241 Wednesday, June 19, 2019 Exempted
Opera beta 62.0.3331.10-beta 235 Thursday, June 13, 2019 Exempted
Opera beta 62.0.3331.5-beta 231 Tuesday, June 4, 2019 Exempted
Opera beta 60.0.3255.103-beta 233 Tuesday, May 21, 2019 Exempted
Opera beta 60.0.3255.79-beta 225 Monday, May 6, 2019 Exempted
Opera beta 60.0.3255.60-beta 267 Tuesday, April 30, 2019 Exempted

This package has no dependencies.

Discussion for the Opera beta Package

Ground Rules:

  • This discussion is only about Opera beta and the Opera beta 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 beta, 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