<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to disable Auto-Update in the MacOS version, for those who need that.]]></title><description><![CDATA[<p dir="auto">I refuse to allow software to update without my express permission, and so I have been forced to get creative since so many software companies feel the need to ignore my wishes on the matter...  I have no interest in beta-testing features, nor do I want my personal space (my computer) invaded by rogue installers.</p>
<p dir="auto">Since I was informed that my reply was to a Windows thread, I will post a new thread specifying MacOS for those like myself.</p>
<p dir="auto">I found a way to disable the auto-update feature in the <em>MacOS</em> version of Opera.</p>
<p dir="auto">If you wish to do so follow these steps:</p>
<p dir="auto">1] Go to the Applications folder and click on the Opera.app while simultaneously pressing the "Control" key you will get a pop up menu. From that menu, select "Show Package Contents" which should be your second option.</p>
<p dir="auto">2] Then a window opens with a folder that says "Contents." Open that and then you will see a bunch of files and folders.</p>
<p dir="auto">3] Open the folder that is labeled "MacOS." Inside you should find a set of "exec" files. There is one called "opera_autoupdate"</p>
<p dir="auto">4] Rename that to "opera_autoopdate," (just one letter wrong so you can change it back if so needed) and then closed everything and launched Opera as usual.</p>
<p dir="auto">When I opened the opera://about page the app said it was checking for updates for about 5 minutes then displayed "An error occurred while checking for updates."</p>
<p dir="auto">The app behaves normally in every other way.</p>
<p dir="auto">So apparently I accidentally found the way to disable updates on the MacOS version of Opera. I was just fooling around and didn't think it would work, but it does.</p>
<p dir="auto">I am sharing this in the hope it will help others.</p>
]]></description><link>https://forums.opera.com/topic/11657/how-to-disable-auto-update-in-the-macos-version-for-those-who-need-that</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 18:12:59 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/11657.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Sep 2015 09:03:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to disable Auto-Update in the MacOS version, for those who need that. on Mon, 12 Mar 2018 14:53:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/38563">@avl</a> said in <a href="/post/83724">How to disable Auto-Update in the MacOS version, for those who need that.</a>:</p>
<blockquote>
<p dir="auto">For stable:<br />
<code>defaults write com.operasoftware.Opera OPDisableAutoUpdate true</code></p>
</blockquote>
<p dir="auto">To enable stable again:<br />
Enable Opera AutoUpdate command:<br />
defaults write com.operasoftware.Opera OPDisableAutoUpdate false</p>
]]></description><link>https://forums.opera.com/post/141958</link><guid isPermaLink="true">https://forums.opera.com/post/141958</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 12 Mar 2018 14:53:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable Auto-Update in the MacOS version, for those who need that. on Mon, 12 Mar 2018 13:02:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/38563">@avl</a><br />
terminal command<br />
defaults write com.operasoftware.Opera OPDisableAutoUpdate true</p>
<p dir="auto">results in the about Opera tab in the 'Update checker is disabled'<br />
<img src="/assets/uploads/files/1520859576588-cc7e937a-54ab-44a1-8afc-6f042f88f5ae-image.png" alt="0_1520859575349_cc7e937a-54ab-44a1-8afc-6f042f88f5ae-image.png" class=" img-responsive img-markdown" /> OperaAutoUpdateDisabled.png</p>
]]></description><link>https://forums.opera.com/post/141954</link><guid isPermaLink="true">https://forums.opera.com/post/141954</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 12 Mar 2018 13:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable Auto-Update in the MacOS version, for those who need that. on Wed, 28 Oct 2015 20:48:31 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">pressing the "Control" key you will get a pop up menu. From that menu, select "Show Package Contents" which should be your second option.</p>
</blockquote>
<p dir="auto">Yeeeessss! Thank you. Looked just about everywhere else for the autoupdate thing. Incredibly annoying when you're working on a mobile hotspot and it downloads the update, then asks for your password to install it.  If you don't give your password, guess what? It downloads again!</p>
]]></description><link>https://forums.opera.com/post/86782</link><guid isPermaLink="true">https://forums.opera.com/post/86782</guid><dc:creator><![CDATA[twelvefoot]]></dc:creator><pubDate>Wed, 28 Oct 2015 20:48:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable Auto-Update in the MacOS version, for those who need that. on Mon, 07 Sep 2015 07:51:50 GMT]]></title><description><![CDATA[<p dir="auto">You can also set the environment variable <code>OPERA_AUTOUPDATE_DISABLED</code>. This works on all platforms.</p>
<p dir="auto">For Opera 32 and newer, you can use a global Apple preference. From Terminal, enter one of these commands:</p>
<p dir="auto">For stable:<br />
<code>defaults write com.operasoftware.Opera OPDisableAutoUpdate true</code></p>
<p dir="auto">For beta:<br />
<code>defaults write com.operasoftware.OperaNext OPDisableAutoUpdate true</code></p>
<p dir="auto">For developer:<br />
<code>defaults write com.operasoftware.OperaDeveloper OPDisableAutoUpdate true</code></p>
]]></description><link>https://forums.opera.com/post/83724</link><guid isPermaLink="true">https://forums.opera.com/post/83724</guid><dc:creator><![CDATA[avl]]></dc:creator><pubDate>Mon, 07 Sep 2015 07:51:50 GMT</pubDate></item></channel></rss>