<?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[FFMPEG installation instructions]]></title><description><![CDATA[<p dir="auto">Currently, Opera on Linux (for example, Ubuntu or OpenSUSE distributions) cannot play h264 videos by default.</p>
<p dir="auto">For example, consider this YouTube video, which happens to be served with the h264 codec:</p>
<p dir="auto"><a href="https://www.youtube.com/watch?v=g754dlVxdQU" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=g754dlVxdQU</a></p>
<p dir="auto"><img src="/assets/uploads/files/1548010968531-screenshot-20-02-41-resized.png" alt="0_1548010968022_screenshot-20-02-41.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1548010903353-screenshot-20-00-19.png" alt="0_1548010903142_screenshot-20-00-19.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">This is really a big downside - for many users, YouTube is a heavily used service, and everybody plays videos on websites every once in a while. There should be a relatively smooth method of making this work.</p>
<p dir="auto">I understand that not including the proper ffmpeg libraries in the distribution is a result of licensing issues, but could you please include clear, up-to-date instructions (for each release) on the Opera website about:</p>
<ul>
<li>Where to download ffmpeg libraries.</li>
<li>How to install them so that they work with Opera.</li>
<li>Anything else that is needed to make this work.</li>
</ul>
<p dir="auto">A multitude of different how-tos exists on the web, but most of it is outdated, or does not work.</p>
]]></description><link>https://forums.opera.com/topic/30578/ffmpeg-installation-instructions</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 10:21:56 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/30578.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Jan 2019 19:08:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 06 Oct 2025 21:16:29 GMT]]></title><description><![CDATA[<p dir="auto">Good point — Linux users often hit this issue. A clear, per-release guide with the correct libffmpeg version and simple install steps would save a lot of confusion. Matching Chromium versions is the real tricky part.</p>
]]></description><link>https://forums.opera.com/post/393751</link><guid isPermaLink="true">https://forums.opera.com/post/393751</guid><dc:creator><![CDATA[yashmaioka]]></dc:creator><pubDate>Mon, 06 Oct 2025 21:16:29 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Sat, 23 Nov 2024 20:02:20 GMT]]></title><description><![CDATA[<p dir="auto">@devtiagofranca This method fixed the FFMPEG H264/MP4 codec link to the Snap version of Chromium (the only method from Ubuntu 24.04 forward) and the Deb install of Opera. Thank you!!</p>
]]></description><link>https://forums.opera.com/post/364835</link><guid isPermaLink="true">https://forums.opera.com/post/364835</guid><dc:creator><![CDATA[AdmiralRickHunter]]></dc:creator><pubDate>Sat, 23 Nov 2024 20:02:20 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 07 Oct 2024 16:46:45 GMT]]></title><description><![CDATA[<p dir="auto">@devtiagofranca said in <a href="/post/262107">FFMPEG installation instructions</a>:</p>
<blockquote>
<pre><code class="language-sh"># Ubuntu/Debian or based
# Install package chromium-codecs-ffmpeg

sudo apt install -y chromium-codecs-ffmpeg

## Make a link
sudo ln -sf /snap/chromium-ffmpeg/current/chromium-ffmpeg-103551/chromium-ffmpeg/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/
</code></pre>
</blockquote>
<p dir="auto">!!Warning!!</p>
<p dir="auto">I tried this and it broke my installation, so be careful if you try it.  Initially, it just broke YouTube, which I was using for testing, but when I tried restarting the browser it would no longer launch.  Foolishly, I didn't back up the original <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> file in the opera folder, so I had to reinstall the whole package.  Always take backups, folks!</p>
]]></description><link>https://forums.opera.com/post/361533</link><guid isPermaLink="true">https://forums.opera.com/post/361533</guid><dc:creator><![CDATA[OperaBoomerang]]></dc:creator><pubDate>Mon, 07 Oct 2024 16:46:45 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Thu, 25 Jul 2024 00:34:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/338765">@rungekutta</a> Funciona!!..</p>
]]></description><link>https://forums.opera.com/post/356449</link><guid isPermaLink="true">https://forums.opera.com/post/356449</guid><dc:creator><![CDATA[narcuz]]></dc:creator><pubDate>Thu, 25 Jul 2024 00:34:55 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Tue, 26 Mar 2024 12:04:56 GMT]]></title><description><![CDATA[<ol>
<li>
<p dir="auto">Try t o download <a href="https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases/download/0.85.0/0.85.0-linux-x64.zip" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases/download/0.85.0/0.85.0-linux-x64.zip</a> or the latest build from this repository</p>
</li>
<li>
<p dir="auto">extract the .zip file for ubuntu</p>
</li>
<li>
<p dir="auto">than use the command</p>
</li>
</ol>
<pre><code>mv libffmpeg.so /usr/lib/x86_64-linux-gnu/opera
</code></pre>
<ol start="4">
<li>restart opera</li>
</ol>
]]></description><link>https://forums.opera.com/post/346481</link><guid isPermaLink="true">https://forums.opera.com/post/346481</guid><dc:creator><![CDATA[rephila]]></dc:creator><pubDate>Tue, 26 Mar 2024 12:04:56 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Thu, 07 Dec 2023 16:07:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/338765">@rungekutta</a> fix my problem, now opera runs like charm!</p>
]]></description><link>https://forums.opera.com/post/336675</link><guid isPermaLink="true">https://forums.opera.com/post/336675</guid><dc:creator><![CDATA[SETedesque]]></dc:creator><pubDate>Thu, 07 Dec 2023 16:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Wed, 21 Jun 2023 17:53:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> Thank you!<br />
You saved my mind. New Opera One is a new piece of shit only.</p>
]]></description><link>https://forums.opera.com/post/314198</link><guid isPermaLink="true">https://forums.opera.com/post/314198</guid><dc:creator><![CDATA[paultatarenko]]></dc:creator><pubDate>Wed, 21 Jun 2023 17:53:58 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Tue, 26 Apr 2022 22:29:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/338765">@rungekutta</a> Great!!!</p>
]]></description><link>https://forums.opera.com/post/279826</link><guid isPermaLink="true">https://forums.opera.com/post/279826</guid><dc:creator><![CDATA[rickjfer]]></dc:creator><pubDate>Tue, 26 Apr 2022 22:29:08 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Thu, 17 Feb 2022 04:41:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/394199">@asandikci</a> For future reference, the info is at <a href="https://www.reddit.com/r/operabrowser/wiki/opera/linux_libffmpeg_config" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.reddit.com/r/operabrowser/wiki/opera/linux_libffmpeg_config</a>.</p>
]]></description><link>https://forums.opera.com/post/274651</link><guid isPermaLink="true">https://forums.opera.com/post/274651</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 17 Feb 2022 04:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Wed, 16 Feb 2022 08:32:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> this really solved my problem, I hope there won't be a problem abt it anymore. I can now open youtube live videos or videos in other sites that I couldn't open it before. Really Thanks <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/274561</link><guid isPermaLink="true">https://forums.opera.com/post/274561</guid><dc:creator><![CDATA[asandikci]]></dc:creator><pubDate>Wed, 16 Feb 2022 08:32:07 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Thu, 16 Sep 2021 02:05:49 GMT]]></title><description><![CDATA[<pre><code class="language-sh"># Ubuntu/Debian or based
# Install package chromium-codecs-ffmpeg

sudo apt install -y chromium-codecs-ffmpeg

## Make a link
sudo ln -sf /snap/chromium-ffmpeg/current/chromium-ffmpeg-103551/chromium-ffmpeg/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/
</code></pre>
]]></description><link>https://forums.opera.com/post/262107</link><guid isPermaLink="true">https://forums.opera.com/post/262107</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 16 Sep 2021 02:05:49 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Tue, 11 May 2021 23:21:52 GMT]]></title><description><![CDATA[<p dir="auto">I create a script that install the broken library and fix the opera bug.</p>
<p dir="auto"><a href="https://github.com/nicolas-meilan/fix-opera-linux-ffmpeg" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/nicolas-meilan/fix-opera-linux-ffmpeg</a></p>
]]></description><link>https://forums.opera.com/post/251560</link><guid isPermaLink="true">https://forums.opera.com/post/251560</guid><dc:creator><![CDATA[RungeKutta]]></dc:creator><pubDate>Tue, 11 May 2021 23:21:52 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 10 Aug 2020 08:15:32 GMT]]></title><description><![CDATA[<p dir="auto">I had video issue updating Linux Mint from 19.3 to 20.<br />
Upgrade process discarted Opera Dev, I reinstalled v.71.0.3742.0 but I got in trouble with video reproduction.<br />
<a href="https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.31.5" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.31.5</a><br />
solved for me.<br />
Thanx</p>
]]></description><link>https://forums.opera.com/post/220735</link><guid isPermaLink="true">https://forums.opera.com/post/220735</guid><dc:creator><![CDATA[fabz00]]></dc:creator><pubDate>Mon, 10 Aug 2020 08:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Fri, 17 Jul 2020 15:38:15 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for digging an old thread, but I just stumbled upon this issue while trying to watch a video from <a href="https://lbry.tv" target="_blank" rel="noopener noreferrer nofollow ugc">https://lbry.tv</a> on Linux Mint 19.2 with Opera 68 Stable.</p>
<p dir="auto">Finding the correct <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> fixed it. Many thanks.</p>
]]></description><link>https://forums.opera.com/post/218080</link><guid isPermaLink="true">https://forums.opera.com/post/218080</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 17 Jul 2020 15:38:15 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Wed, 23 Jan 2019 18:36:33 GMT]]></title><description><![CDATA[<p dir="auto">I see that the script makes use of <a href="https://nwjs.io/versions.json" target="_blank" rel="noopener noreferrer nofollow ugc">https://nwjs.io/versions.json</a> to figure out what version of the Chromium source to work with.</p>
]]></description><link>https://forums.opera.com/post/163147</link><guid isPermaLink="true">https://forums.opera.com/post/163147</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 23 Jan 2019 18:36:33 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Tue, 22 Jan 2019 18:44:07 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your answers!</p>
<p dir="auto">It sounds like it might be useful to have some instructions on the Opera website about (or an automated script that does this, assuming that this does not breach the legal restrictions), since it's a frequent issue (and it's pushing away some Opera users). It looks like the Python script in this repo seems to be doing exactly that: <a href="https://github.com/iteufel/nwjs-ffmpeg-prebuilt" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/iteufel/nwjs-ffmpeg-prebuilt</a></p>
<p dir="auto">As far as I'm personally concerned, the solution of running the script from iteufel's repo seems to work for me.</p>
]]></description><link>https://forums.opera.com/post/163096</link><guid isPermaLink="true">https://forums.opera.com/post/163096</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 22 Jan 2019 18:44:07 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 21 Jan 2019 21:24:44 GMT]]></title><description><![CDATA[<p dir="auto">@alexprokopec said in <a href="/post/163020">FFMPEG installation instructions</a>:</p>
<blockquote>
<p dir="auto">From what I can tell, I seem to have Chromium version 70</p>
</blockquote>
<p dir="auto">Then you'd need one for 70. Surprised the one you downloaded for 70 didn't work.</p>
<blockquote>
<p dir="auto">Apparently, these help:<br />
<a href="https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.31.5" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.31.5</a></p>
</blockquote>
<p dir="auto">Awesome.</p>
<p dir="auto">@alexprokopec said in <a href="/post/163022">FFMPEG installation instructions</a>:</p>
<blockquote>
<p dir="auto">Which version of <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> do the Opera developers use when they build and test their software?<br />
Do they download it from somewhere, or build it from source?</p>
</blockquote>
<p dir="auto">They build ffmpeg included in the Chromium source with proprietary codecs disabled for legal reasons. You just have to download a libffmpeg that supports everything to make the extra, proprietary codecs work.</p>
<p dir="auto">I suppose the best way (but probably a pain) would be to fetch the latest Chromium source of the major version you need, build it with proprietary codecs enabled and then grab the produced <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> from it. Not sure how much of Chromium you can avoid building just to produce libffmpeg, but that's something to investigate. But, finding the <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> from an official chromum ffmpeg extra package might be easier.</p>
]]></description><link>https://forums.opera.com/post/163025</link><guid isPermaLink="true">https://forums.opera.com/post/163025</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Mon, 21 Jan 2019 21:24:44 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 21 Jan 2019 19:24:48 GMT]]></title><description><![CDATA[<p dir="auto">Apparently, these help:</p>
<p dir="auto"><a href="https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.31.5" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.31.5</a></p>
<p dir="auto">Thank you for your instructions again.</p>
<p dir="auto">I still find it strange that I'd have to download a random <code>so</code> file from some guy's GitHub repo, and sudo-copy that into my <code>usr</code> folders.<br />
Which version of <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> do the Opera developers use when they build and test their software?<br />
Do they download it from somewhere, or build it from source?<br />
Why couldn't we (the Opera users) do the same after installing Opera?</p>
]]></description><link>https://forums.opera.com/post/163022</link><guid isPermaLink="true">https://forums.opera.com/post/163022</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 21 Jan 2019 19:24:48 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 21 Jan 2019 19:00:43 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for the instructions!</p>
<p dir="auto">From what I can tell, I seem to have Chromium version 70:</p>
<blockquote>
<p dir="auto">Browser identification<br />
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 OPR/57.0.3098.116</p>
</blockquote>
<p dir="auto">I tried extracting both the <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> file from version 69 and from the version 71 (extracted from the Ubuntu repos with deb files):</p>
<blockquote>
<p dir="auto">chromium-codecs-ffmpeg_69.0.3497.100-0ubuntu1_amd64.deb<br />
chromium-codecs-ffmpeg_71.0.3578.98-0ubuntu0.18.04.1_amd64.deb</p>
</blockquote>
<p dir="auto">I copied both the the said path:</p>
<blockquote>
<p dir="auto">$ sudo ls -la /usr/lib/x86_64-linux-gnu/opera/lib_extra/<br />
Mo 21 Jan 2019 19:48:47 CET<br />
total 1980<br />
drwxr-xr-x 2 root root    4096 Jan 21 19:48 .<br />
drwxr-xr-x 6 root root    4096 Jan 20 17:32 ..<br />
-rw-r--r-- 1 root root 2015256 Jan 21 19:48 <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a></p>
</blockquote>
<p dir="auto">Neither of those 2 versions of seems to work (Opera was restarted, and I checked the process list after turning Opera off and on).</p>
<p dir="auto">Edit: I also tried <a href="https://repo.herecura.eu/herecura/x86_64/opera-beta-ffmpeg-codecs-71.0.3578.98-1-x86_64.pkg.tar.xz" target="_blank" rel="noopener noreferrer nofollow ugc">https://repo.herecura.eu/herecura/x86_64/opera-beta-ffmpeg-codecs-71.0.3578.98-1-x86_64.pkg.tar.xz</a></p>
<p dir="auto">Edit: I also tried <a href="https://launchpad.net/ubuntu/cosmic/amd64/chromium-codecs-ffmpeg-extra/70.0.3538.110-0ubuntu0.18.10.1" target="_blank" rel="noopener noreferrer nofollow ugc">https://launchpad.net/ubuntu/cosmic/amd64/chromium-codecs-ffmpeg-extra/70.0.3538.110-0ubuntu0.18.10.1</a></p>
]]></description><link>https://forums.opera.com/post/163020</link><guid isPermaLink="true">https://forums.opera.com/post/163020</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 21 Jan 2019 19:00:43 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 21 Jan 2019 07:29:50 GMT]]></title><description><![CDATA[<p dir="auto">You put the <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> you download at "/usr/lib/x86_64-linux-gnu/opera/lib_extra/libffmpeg.so". If you haven't created the "lib_extra" folder yet, you'll need to create it first. You're not supposed to replace the <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> that's included with Opera. Leave that one alone and let Opera update it when it needs to.</p>
<p dir="auto">For what one you download, you have to goto the URL <code>opera://about</code> and take note of the Chromium major version. Then, you can search for and find a <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> that's built for that major version of Chromium. Don't install any packages or anything, which might interfere with other programs. Find the file in a tar.gz file for example, extract it and put it in the lib_extra folder.</p>
<p dir="auto">Then, you'll be good to go until Opera jumps to a new major version of Chromium. When that happens, you repeat the steps and replace the <a href="http://libfmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libfmpeg.so</a> in the lib_extra folder with the new one.</p>
<p dir="auto">As for where to find the right ffmpeg, try <a href="https://repo.herecura.eu/herecura/x86_64/" target="_blank" rel="noopener noreferrer nofollow ugc">https://repo.herecura.eu/herecura/x86_64/</a> There are Vivaldi and Opera ones for Chromium 71 and Opera ones for Chromium 72. I think these get updated. You might also try <a href="http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/" target="_blank" rel="noopener noreferrer nofollow ugc">http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/</a>.</p>
<p dir="auto">As for widevine installation, I'm not sure.</p>
]]></description><link>https://forums.opera.com/post/162987</link><guid isPermaLink="true">https://forums.opera.com/post/162987</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Mon, 21 Jan 2019 07:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to FFMPEG installation instructions on Mon, 21 Jan 2019 08:06:55 GMT]]></title><description><![CDATA[<p dir="auto">Note that you need the correct version; most distros will list several versions which you must choose from based on the version of Chromium that Opera uses. <strong>That</strong> is the hard part.</p>
]]></description><link>https://forums.opera.com/post/162975</link><guid isPermaLink="true">https://forums.opera.com/post/162975</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Mon, 21 Jan 2019 08:06:55 GMT</pubDate></item></channel></rss>