<?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[Error processing package opera-stable (Opera 54.0.2952.41)]]></title><description><![CDATA[<p dir="auto">Debian 9.4.0 (Stretch)<br />
After updating Opera from the previous version, this error started to happen:</p>
<pre><code>sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Setting up opera-stable (54.0.2952.41) ...
dpkg: error processing package opera-stable (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 opera-stable
E: Sub-process /usr/bin/dpkg returned an error code (1)
</code></pre>
<pre><code>sudo apt --fix-broken upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Setting up opera-stable (54.0.2952.41) ...
dpkg: error processing package opera-stable (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 opera-stable
E: Sub-process /usr/bin/dpkg returned an error code (1)
</code></pre>
<p dir="auto">I did run <code>apt-get autoremove</code>, <code>apt-get autoclean</code> I also tried to remove and reinstall Opera but the same error still occur.</p>
]]></description><link>https://forums.opera.com/topic/27439/error-processing-package-opera-stable-opera-54-0-2952-41</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 04:21:27 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/27439.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Jul 2018 11:19:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error processing package opera-stable (Opera 54.0.2952.41) on Fri, 06 Jul 2018 21:44:56 GMT]]></title><description><![CDATA[<p dir="auto">Something I forgot, the last command will install Opera and ask you a question, select <strong>No</strong> because we already set that up, if you answer "Yes" it will mess up <code>/etc/apt/sources.list.d/opera-stable.list</code></p>
]]></description><link>https://forums.opera.com/post/149928</link><guid isPermaLink="true">https://forums.opera.com/post/149928</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 06 Jul 2018 21:44:56 GMT</pubDate></item><item><title><![CDATA[Reply to Error processing package opera-stable (Opera 54.0.2952.41) on Fri, 06 Jul 2018 20:02:42 GMT]]></title><description><![CDATA[<p dir="auto">Fixing my own issue...<br />
If you followed <a href="https://wiki.debian.org/Opera" target="_blank" rel="noopener noreferrer nofollow ugc">this instructions</a> it will possible fail, the trusting part doesn't work with Debian 9.4.0 (Stretch), this is how I did.</p>
<ul>
<li>Remove Opera with <code>sudo apt-get --purge opera-stable</code>, this will remove everything related with Opera but your home profile, that means that all your stuff are safe.</li>
<li>Get the Opera key with <code>sudo gpg --keyserver sks-keyservers.net --recv-keys 0xD4CC85974C31396B18B36837D615560BA5C7FF72</code></li>
<li>Export the key with <code>sudo gpg --export 0xD4CC85974C31396B18B36837D615560BA5C7FF72 &gt;opera-stable.gpg</code></li>
<li>Add the Opera key with <code>sudo apt-key add opera-stable.gpg</code> If it returns any error, is possible that your /etc/apt/trusted.gpg is corrupted.</li>
<li>Recreate <code>/etc/apt/sources.list.d/opera-stable.list</code> with:</li>
</ul>
<pre><code>deb http://deb.opera.com/opera-stable/ stable non-free
</code></pre>
<ul>
<li>Update apt with <code>apt-get update &amp;&amp; apt-get upgrade</code>  there should be no error.</li>
</ul>
<pre><code>sudo apt-get update
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Hit:2 http://apt.llvm.org/stretch llvm-toolchain-stretch-5.0 InRelease         
Hit:3 http://apt.llvm.org/stretch llvm-toolchain-stretch-6.0 InRelease         
Hit:4 http://deb.opera.com/opera-stable stable InRelease                       
Ign:5 http://ftp.br.debian.org/debian stretch InRelease
Hit:6 http://ftp.br.debian.org/debian stretch-updates InRelease
Hit:7 http://ftp.br.debian.org/debian stretch Release
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
</code></pre>
<ul>
<li>Reinstall with <code>sudo apt-get install opera-stable</code></li>
</ul>
<p dir="auto">That's it, no more dpkg error.</p>
]]></description><link>https://forums.opera.com/post/149921</link><guid isPermaLink="true">https://forums.opera.com/post/149921</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 06 Jul 2018 20:02:42 GMT</pubDate></item><item><title><![CDATA[Reply to Error processing package opera-stable (Opera 54.0.2952.41) on Fri, 06 Jul 2018 05:29:49 GMT]]></title><description><![CDATA[<p dir="auto">@jimunderscorep Yes, already tried that too.<br />
There's no dependency missing, this is some apt script  configuration error.</p>
]]></description><link>https://forums.opera.com/post/149839</link><guid isPermaLink="true">https://forums.opera.com/post/149839</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 06 Jul 2018 05:29:49 GMT</pubDate></item><item><title><![CDATA[Reply to Error processing package opera-stable (Opera 54.0.2952.41) on Wed, 04 Jul 2018 04:54:35 GMT]]></title><description><![CDATA[<p dir="auto">Have you tried<br />
<code>apt-get install -f</code><br />
in case there is a missing dependency?</p>
]]></description><link>https://forums.opera.com/post/149626</link><guid isPermaLink="true">https://forums.opera.com/post/149626</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 04 Jul 2018 04:54:35 GMT</pubDate></item></channel></rss>