<?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[NO_PUBKEY 24A1004B1F11DCC9 message when trying to update]]></title><description><![CDATA[<p dir="auto">Whenever I try to update my ubuntu 22</p>
<p dir="auto">sudo apt update</p>
<p dir="auto">I receive an error</p>
<p dir="auto">Il repository "<a href="https://deb.opera.com/opera-stable" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.opera.com/opera-stable</a> stable InRelease" non è firmato.</p>
<p dir="auto">That in English should be rawly</p>
<p dir="auto">Repository "<a href="https://deb.opera.com/opera-stable" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.opera.com/opera-stable</a> stable InRelease" not signed.</p>
<p dir="auto"><img src="/assets/uploads/files/1690387676834-f5075c93-c66a-48a4-bc18-4ba78a30792a-immagine.png" alt="f5075c93-c66a-48a4-bc18-4ba78a30792a-immagine.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">As you can see in the attached screenshot I also receive a message stating that the public key is not available.</p>
<p dir="auto">I heard that for Opera version 100 they changed the key to celebrate this goal.</p>
<p dir="auto">Can anyone help me? I am not able to "apt update" my Ubuntu 22 due to this problem.</p>
]]></description><link>https://forums.opera.com/topic/64596/no_pubkey-24a1004b1f11dcc9-message-when-trying-to-update</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 12:48:55 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/64596.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Jul 2023 16:10:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NO_PUBKEY 24A1004B1F11DCC9 message when trying to update on Thu, 27 Jul 2023 08:11:00 GMT]]></title><description><![CDATA[<p dir="auto">I managed to get rid of that doing</p>
<pre><code>curl -fsSL https://deb.opera.com/archive.key | gpg --dearmor | sudo tee /usr/share/keyrings/opera.gpg &gt; /dev/null
</code></pre>
<p dir="auto">and</p>
<pre><code>echo deb [arch=amd64 signed-by=/usr/share/keyrings/opera.gpg] https://deb.opera.com/opera-stable/ stable non-free | sudo tee /etc/apt/sources.list.d/opera.list
</code></pre>
<p dir="auto">In general I followed <a href="https://www.linuxcapable.com/install-opera-browser-on-ubuntu-linux/" target="_blank" rel="noopener noreferrer nofollow ugc">this blog post</a>.</p>
<p dir="auto">Hope this helps.</p>
]]></description><link>https://forums.opera.com/post/319650</link><guid isPermaLink="true">https://forums.opera.com/post/319650</guid><dc:creator><![CDATA[bigbear000]]></dc:creator><pubDate>Thu, 27 Jul 2023 08:11:00 GMT</pubDate></item></channel></rss>