<?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[[Duplicated]Opera&#x27;s signing key not found]]></title><description><![CDATA[<p dir="auto">I am using Linux Mint 22.1, based on Ubuntu 24.04. I have recently started to get an error from</p>
<pre><code>sudo apt-get update
</code></pre>
<p dir="auto">"W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: <a href="https://deb.opera.com/opera-stable" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.opera.com/opera-stable</a> stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 11EE8C00B693A745"</p>
<p dir="auto">I see that there's a new signing key for 2025.</p>
<p dir="auto">I have done (again) the</p>
<pre><code>wget -qO- https://deb.opera.com/archive.key | gpg --dearmor | sudo dd of=/usr/share/keyrings/opera-browser.gpg

echo "deb [signed-by=/usr/share/keyrings/opera-browser.gpg] https://deb.opera.com/opera-stable/ stable non-free" | sudo dd of=/etc/apt/sources.list.d/opera-archive.list
</code></pre>
<p dir="auto">per the instructions at <a href="https://deb.opera.com/manual.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.opera.com/manual.html</a></p>
<p dir="auto">Same error.</p>
<p dir="auto">I have downloaded and installed opera-stable_119.0.5497.56_amd64.deb</p>
<p dir="auto">Same error.</p>
<p dir="auto">The various files look OK:</p>
<pre><code>$ cat /etc/apt/sources.list.d/opera-stable.list 
deb [signed-by=/usr/share/keyrings/opera-stable-archive-keyring.gpg] https://deb.opera.com/opera-stable/ stable non-free

$ ls -lha /usr/share/keyrings/opera-browser.gpg 
-rw-r--r-- 1 root root 1.8K Jun  2 14:04 /usr/share/keyrings/opera-browser.gpg

</code></pre>
<p dir="auto">.. but at the moment, I have Opera installed and working, but the system has stopped being able to check for updates.</p>
]]></description><link>https://forums.opera.com/topic/85007/duplicated-opera-s-signing-key-not-found</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 02:25:42 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/85007.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jun 2025 13:54:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Duplicated]Opera&#x27;s signing key not found on Sat, 12 Jul 2025 03:34:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/981879">@dlsumy</a> Thanks, this worked for me too on MX Linux.</p>
]]></description><link>https://forums.opera.com/post/389187</link><guid isPermaLink="true">https://forums.opera.com/post/389187</guid><dc:creator><![CDATA[ozzfan1976]]></dc:creator><pubDate>Sat, 12 Jul 2025 03:34:21 GMT</pubDate></item><item><title><![CDATA[Reply to [Duplicated]Opera&#x27;s signing key not found on Tue, 03 Jun 2025 09:19:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/981879">@dlsumy</a> Ah, thanks - somehow I managed to delete the wrong file for Opera in /etc/apt/sources.list.d/ (having two was causing a different error) and removed the new one rather than the old one.</p>
<p dir="auto">Why Opera decided to change the name of the file is a different question <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=oj24is48a6s" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/386475</link><guid isPermaLink="true">https://forums.opera.com/post/386475</guid><dc:creator><![CDATA[ModernMajorGeneral]]></dc:creator><pubDate>Tue, 03 Jun 2025 09:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to [Duplicated]Opera&#x27;s signing key not found on Tue, 03 Jun 2025 05:33:41 GMT]]></title><description><![CDATA[<p dir="auto">Hello<br />
I had the same problem in my Ubuntu.<br />
I solved it like this: first I downloaded the updated key with the command:</p>
<pre><code>sudo wget -qO- https://deb.opera.com/archive.key | gpg --dearmor | sudo dd of=/usr/share/keyrings/opera-browser.gpg
</code></pre>
<p dir="auto">Then I corrected the file /etc/apt/sources.list.d/opera-stable.list to this state:</p>
<pre><code>deb [signed-by=/usr/share/keyrings/opera-browser.gpg] https://deb.opera.com/opera-stable/ stable non-free
</code></pre>
<p dir="auto">Now everything is updating normally for me.</p>
]]></description><link>https://forums.opera.com/post/386464</link><guid isPermaLink="true">https://forums.opera.com/post/386464</guid><dc:creator><![CDATA[dlsumy]]></dc:creator><pubDate>Tue, 03 Jun 2025 05:33:41 GMT</pubDate></item><item><title><![CDATA[Reply to [Duplicated]Opera&#x27;s signing key not found on Mon, 02 Jun 2025 20:34:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a></p>
<p dir="auto">Thanks, but that just points to the page I've linked to (and copied the commands from) above.</p>
<p dir="auto">I've done that. I'm still getting the 'public key not available' error.</p>
]]></description><link>https://forums.opera.com/post/386443</link><guid isPermaLink="true">https://forums.opera.com/post/386443</guid><dc:creator><![CDATA[ModernMajorGeneral]]></dc:creator><pubDate>Mon, 02 Jun 2025 20:34:24 GMT</pubDate></item><item><title><![CDATA[Reply to [Duplicated]Opera&#x27;s signing key not found on Mon, 02 Jun 2025 19:53:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/981483">@ModernMajorGeneral</a> See <a href="https://forums.opera.com/post/386055">https://forums.opera.com/post/386055</a></p>
]]></description><link>https://forums.opera.com/post/386438</link><guid isPermaLink="true">https://forums.opera.com/post/386438</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Mon, 02 Jun 2025 19:53:20 GMT</pubDate></item><item><title><![CDATA[Reply to [Duplicated]Opera&#x27;s signing key not found on Mon, 02 Jun 2025 16:48:41 GMT]]></title><description><![CDATA[<p dir="auto">OK, it's been tagged as 'duplicated', and I know this sort of thing happens every time Opera change their signing key, but where's the solution?</p>
<p dir="auto">I've looked back as far as 2023 in this bit without spotting anyone else having a problem with this recently, never mind been given the solution for the missing 2025 signing key.</p>
]]></description><link>https://forums.opera.com/post/386423</link><guid isPermaLink="true">https://forums.opera.com/post/386423</guid><dc:creator><![CDATA[ModernMajorGeneral]]></dc:creator><pubDate>Mon, 02 Jun 2025 16:48:41 GMT</pubDate></item></channel></rss>