<?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[Is there a permalink to the latest stable version?]]></title><description><![CDATA[<p dir="auto">I wonder if there is a permalink to the latest stable version; it would be very useful to use it in a bash installation script.</p>
]]></description><link>https://forums.opera.com/topic/72014/is-there-a-permalink-to-the-latest-stable-version</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 09:07:33 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/72014.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 May 2024 10:07:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Fri, 31 May 2024 12:06:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> It does work, but if I use a web browser; doesn't work if I type</p>
<pre><code>wget "https://download.opera.com/download/get/?partner=www&amp;opsys=Linux"
</code></pre>
<p dir="auto">in a terminal. The same with "curl -L".<br />
There is no ".deb" string inside the downloaded file.</p>
]]></description><link>https://forums.opera.com/post/352032</link><guid isPermaLink="true">https://forums.opera.com/post/352032</guid><dc:creator><![CDATA[gidici61]]></dc:creator><pubDate>Fri, 31 May 2024 12:06:12 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Fri, 31 May 2024 07:41:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/292586">@gidici61</a> <a href="https://download.opera.com/download/get/?partner=www&amp;opsys=Linux&amp;package=RPM" target="_blank" rel="noopener noreferrer nofollow ugc">https://download.opera.com/download/get/?partner=www&amp;opsys=Linux&amp;package=RPM</a> and <a href="https://download.opera.com/download/get/?partner=www&amp;opsys=Linux" target="_blank" rel="noopener noreferrer nofollow ugc">https://download.opera.com/download/get/?partner=www&amp;opsys=Linux</a> don't work?</p>
]]></description><link>https://forums.opera.com/post/352021</link><guid isPermaLink="true">https://forums.opera.com/post/352021</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Fri, 31 May 2024 07:41:50 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Fri, 31 May 2024 05:55:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> Yes, I checked, but I couldn't find what I'm looking for; I'm waiting for a response from the Opera servicedesk. The best solution so far is the one suggested by styen.</p>
]]></description><link>https://forums.opera.com/post/352014</link><guid isPermaLink="true">https://forums.opera.com/post/352014</guid><dc:creator><![CDATA[gidici61]]></dc:creator><pubDate>Fri, 31 May 2024 05:55:26 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 19:44:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/292586">@gidici61</a> Did you check <a href="https://www.opera.com/download" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.opera.com/download</a>?</p>
]]></description><link>https://forums.opera.com/post/351769</link><guid isPermaLink="true">https://forums.opera.com/post/351769</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Tue, 28 May 2024 19:44:50 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 18:10:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/46860">@iqbal6791</a> Thank you, just done (<a href="https://www.opera.com/it/contact" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.opera.com/it/contact</a> &gt; <a href="https://opera.atlassian.net/servicedesk/customer/portal/9" target="_blank" rel="noopener noreferrer nofollow ugc">https://opera.atlassian.net/servicedesk/customer/portal/9</a>)</p>
]]></description><link>https://forums.opera.com/post/351761</link><guid isPermaLink="true">https://forums.opera.com/post/351761</guid><dc:creator><![CDATA[gidici61]]></dc:creator><pubDate>Tue, 28 May 2024 18:10:24 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 16:41:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/205892">@styen</a> said in <a href="/post/351729">Is there a permalink to the latest stable version?</a>:</p>
<blockquote>
<p dir="auto">LATEST_VERSION=<code>wget -q4O - https://ftp.opera.com/pub/opera/desktop/ | grep -Po 'href="\K.*?(?=/")' | sort -V | tail -n1</code></p>
</blockquote>
<p dir="auto">It works; I would have preferred to find a direct link, however these commands are perfect. Thank you.</p>
]]></description><link>https://forums.opera.com/post/351752</link><guid isPermaLink="true">https://forums.opera.com/post/351752</guid><dc:creator><![CDATA[gidici61]]></dc:creator><pubDate>Tue, 28 May 2024 16:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 14:31:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/292586">@gidici61</a> parse list to get versions list, sort by version number, get latest version and then download it</p>
<pre><code>LATEST_VERSION=`wget -q4O - https://ftp.opera.com/pub/opera/desktop/ | grep -Po 'href="\K.*?(?=/")' | sort -V | tail -n1`
wget "https://ftp.opera.com/pub/opera/desktop/${LATEST_VERSION}/linux/opera-stable_${LATEST_VERSION}_amd64.deb"
</code></pre>
]]></description><link>https://forums.opera.com/post/351729</link><guid isPermaLink="true">https://forums.opera.com/post/351729</guid><dc:creator><![CDATA[styen]]></dc:creator><pubDate>Tue, 28 May 2024 14:31:28 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 13:08:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/205892">@styen</a> Thanks, but what I'm looking for is a permalink to be used in a shell script like this:</p>
<pre><code>wget --no-verbose https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
</code></pre>
]]></description><link>https://forums.opera.com/post/351725</link><guid isPermaLink="true">https://forums.opera.com/post/351725</guid><dc:creator><![CDATA[gidici61]]></dc:creator><pubDate>Tue, 28 May 2024 13:08:27 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 11:38:58 GMT]]></title><description><![CDATA[<p dir="auto">You can parse <a href="https://ftp.opera.com/pub/opera/desktop/" target="_blank" rel="noopener noreferrer nofollow ugc">https://ftp.opera.com/pub/opera/desktop/</a> for latest version</p>
]]></description><link>https://forums.opera.com/post/351717</link><guid isPermaLink="true">https://forums.opera.com/post/351717</guid><dc:creator><![CDATA[styen]]></dc:creator><pubDate>Tue, 28 May 2024 11:38:58 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 10:24:31 GMT]]></title><description><![CDATA[<p dir="auto">Hello mate. I'm just desperate for a perfect place.</p>
]]></description><link>https://forums.opera.com/post/351737</link><guid isPermaLink="true">https://forums.opera.com/post/351737</guid><dc:creator><![CDATA[iqbal6791]]></dc:creator><pubDate>Tue, 28 May 2024 10:24:31 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a permalink to the latest stable version? on Tue, 28 May 2024 10:22:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/292586">@gidici61</a> I think you should address to the customer service.</p>
]]></description><link>https://forums.opera.com/post/351736</link><guid isPermaLink="true">https://forums.opera.com/post/351736</guid><dc:creator><![CDATA[iqbal6791]]></dc:creator><pubDate>Tue, 28 May 2024 10:22:11 GMT</pubDate></item></channel></rss>